#CA4178

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

Shades of Royal Heath #CA4178

Tints of Royal Heath #CA4178

Color information

#CA4178 (or 0xCA4178) is unknown color: approx Royal Heath. HEX triplet: CA, 41 and 78. RGB value is (202,65,120). Sum of RGB (Red+Green+Blue) = 202+65+120=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4178 is #35BE87. Grayscale: #707070. Windows color (decimal): -3522184 or 7881162. OLE color: 7881162.

HSL color Cylindrical-coordinate representation of color #CA4178: hue angle of 335.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4178 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20265120-
CMYK00.680.410.21
HSL335.91º56.38%52.35%-
HSV(B)335.91º67.82%79.22%-
XYZ29.6417.6919.62-
YUV112.23132.39192.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=52.20%
G=16.80%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026512000.680.410.21335.9156.3852.35
HexCA417804429151503834
Octal312101170010451255207064
Binary11001010100000111110000100010010100110101101010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4178; }

 p { color: rgb(202,65,120); }

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

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

 a { background-color: rgb(202,65,120); }

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

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

 span { border-color: rgb(202,65,120); }

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