#CA4076

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

Shades of Royal Heath #CA4076

Tints of Royal Heath #CA4076

Color information

#CA4076 (or 0xCA4076) is unknown color: approx Royal Heath. HEX triplet: CA, 40 and 76. RGB value is (202,64,118). Sum of RGB (Red+Green+Blue) = 202+64+118=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4076 is #35BF89. Grayscale: #6F6F6F. Windows color (decimal): -3522442 or 7749834. OLE color: 7749834.

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

Color convert

RGB20264118-
CMYK00.680.420.21
HSL336.52º56.56%52.16%-
HSV(B)336.52º68.32%79.22%-
XYZ29.4617.5318.97-
YUV111.42131.72192.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=52.60%
G=16.67%
B=30.73%

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
Decimal2026411800.680.420.21336.5256.5652.16
HexCA40760442A151513934
Octal312100166010452255217164
Binary11001010100000011101100100010010101010101101010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4076; }

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

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

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

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

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

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

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

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