#CA4176

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

Shades of Royal Heath #CA4176

Tints of Royal Heath #CA4176

Color information

#CA4176 (or 0xCA4176) is unknown color: approx Royal Heath. HEX triplet: CA, 41 and 76. RGB value is (202,65,118). Sum of RGB (Red+Green+Blue) = 202+65+118=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4176 is #35BE89. Grayscale: #6F6F6F. Windows color (decimal): -3522186 or 7750090. OLE color: 7750090.

HSL color Cylindrical-coordinate representation of color #CA4176: hue angle of 336.79º 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 #CA4176 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20265118-
CMYK00.680.420.21
HSL336.79º56.38%52.35%-
HSV(B)336.79º67.82%79.22%-
XYZ29.5217.6518.99-
YUV112131.39192.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=52.47%
G=16.88%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026511800.680.420.21336.7956.3852.35
HexCA41760442A151513834
Octal312101166010452255217064
Binary11001010100000111101100100010010101010101101010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4176; }

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

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

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

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

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

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

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

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