Html Css Color HEX #CA3C72 Royal Heath

📋 copy color: '#CA3C72'

red 202 ◦ green 60 ◦ blue 114

#CA3C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #CA3C72

Tints of Royal Heath #CA3C72

RGB

 RED value IS 202 (79.3% from 255) = 53.72%

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 53.72%
G = 15.96%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA3C72 (or 0xCA3C72) is known color: Royal Heath. HEX triplet: CA, 3C and 72. RGB value is (202,60,114). Sum of RGB (Red+Green+Blue) = 202+60+114=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C72 is #35C38D. Grayscale: #6C6C6C. Windows color (decimal): -3523470 or 7486666. OLE color: 7486666.

HSL color Cylindrical-coordinate representation of color #CA3C72: hue angle of 337.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C72 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 114 -
CMYK 0 0.70 0.44 0.21
HSL 337.18º 0.57% 0.51% -
HSV(B) 337.18º 0.7% 0.79% -
XYZ 29.01 17 17.67 -
YUV 108.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 202 60 114 0 0.70 0.44 0.21 337.18 0.57 0.51
Hex CA 3C 72 0 46 2C 15 151 39 33
Octal 312 74 162 0 106 54 25 521 71 63
Binary 11001010 111100 1110010 0 1000110 101100 10101 101010001 111001 110011

Color Harmonies of #CA3C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C72

Black with #CA3C72

Text Example


Text Example

White with #CA3C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C72; }

 p { color: rgb(202,60,114); }

 H1.HeaderClassName
 {
   color: #CA3C72;
 }
 .AnyTagClassName
 {
   color: #CA3C72;
 }
</style>

background-color css

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

 a { background-color: rgb(202,60,114); }

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

border-color css

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

 span { border-color: rgb(202,60,114); }

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