Html Css Color HEX #CA3C76 Royal Heath

📋 copy color: '#CA3C76'

red 202 ◦ green 60 ◦ blue 118

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

Shades of Royal Heath #CA3C76

Tints of Royal Heath #CA3C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 53.16%
G = 15.79%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA3C76 (or 0xCA3C76) is known color: Royal Heath. HEX triplet: CA, 3C and 76. RGB value is (202,60,118). Sum of RGB (Red+Green+Blue) = 202+60+118=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C76 is #35C389. Grayscale: #6C6C6C. Windows color (decimal): -3523466 or 7748810. OLE color: 7748810.

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

Color convert

RGB 202 60 118 -
CMYK 0 0.70 0.42 0.21
HSL 335.49º 0.57% 0.51% -
HSV(B) 335.49º 0.7% 0.79% -
XYZ 29.24 17.1 18.9 -
YUV 109.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 202 60 118 0 0.70 0.42 0.21 335.49 0.57 0.51
Hex CA 3C 76 0 46 2A 15 14F 39 33
Octal 312 74 166 0 106 52 25 517 71 63
Binary 11001010 111100 1110110 0 1000110 101010 10101 101001111 111001 110011

Color Harmonies of #CA3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C76

Black with #CA3C76

Text Example


Text Example

White with #CA3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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