#CA477E

Color #CA477E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA477E

Tints of Mulberry #CA477E

Color information

#CA477E (or 0xCA477E) is unknown color: approx Mulberry. HEX triplet: CA, 47 and 7E. RGB value is (202,71,126). Sum of RGB (Red+Green+Blue) = 202+71+126=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA477E is #35B881. Grayscale: #747474. Windows color (decimal): -3520642 or 8275914. OLE color: 8275914.

HSL color Cylindrical-coordinate representation of color #CA477E: hue angle of 334.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA477E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20271126-
CMYK00.650.380.21
HSL334.81º55.27%53.53%-
HSV(B)334.81º64.85%79.22%-
XYZ30.3818.5721.72-
YUV116.44133.4189.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=50.63%
G=17.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027112600.650.380.21334.8155.2753.53
HexCA477E041261514f3736
Octal312107176010146255176766
Binary11001010100011111111100100000110011010101101001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA477E; }

 p { color: rgb(202,71,126); }

 H1.HeaderClassName
 {
   color: #CA477E;
 }
 .AnyTagClassName
 {
   color: #CA477E;
 }
</style>
background-color css

<style>
 a { background-color: #CA477E; }

 a { background-color: rgb(202,71,126); }

 div.DivClassName
 {
   background-color: #CA477E;
 }
 .BgClassName
 {
   background-color: #CA477E;
 }
</style>
border-color css

<style>
 span { border-color: #CA477E; }

 span { border-color: rgb(202,71,126); }

 td.TdClassName
 {
   border-color: #CA477E;
 }
 .TagClassName
 {
   border-color: #CA477E;
 }
</style>