#CA4279

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

Shades of Royal Heath #CA4279

Tints of Royal Heath #CA4279

Color information

#CA4279 (or 0xCA4279) is unknown color: approx Royal Heath. HEX triplet: CA, 42 and 79. RGB value is (202,66,121). Sum of RGB (Red+Green+Blue) = 202+66+121=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4279 is #35BD86. Grayscale: #707070. Windows color (decimal): -3521927 or 7946954. OLE color: 7946954.

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

Color convert

RGB20266121-
CMYK00.670.400.21
HSL335.74º56.2%52.55%-
HSV(B)335.74º67.33%79.22%-
XYZ29.7617.8319.96-
YUV112.93132.56191.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=51.93%
G=16.97%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026612100.670.400.21335.7456.252.55
HexCA427904328151503835
Octal312102171010350255207065
Binary11001010100001011110010100001110100010101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4279; }

 p { color: rgb(202,66,121); }

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

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

 a { background-color: rgb(202,66,121); }

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

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

 span { border-color: rgb(202,66,121); }

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