Html Css Color HEX #CA4076 Royal Heath

📋 copy color: '#CA4076'

red 202 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #CA4076

Tints of Royal Heath #CA4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 52.6%
G = 16.67%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4076 (or 0xCA4076) is known color: 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

RGB 202 64 118 -
CMYK 0 0.68 0.42 0.21
HSL 336.52º 0.57% 0.52% -
HSV(B) 336.52º 0.68% 0.79% -
XYZ 29.46 17.53 18.97 -
YUV 111.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 202 64 118 0 0.68 0.42 0.21 336.52 0.57 0.52
Hex CA 40 76 0 44 2A 15 151 39 34
Octal 312 100 166 0 104 52 25 521 71 64
Binary 11001010 1000000 1110110 0 1000100 101010 10101 101010001 111001 110100

Color Harmonies of #CA4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4076

Black with #CA4076

Text Example


Text Example

White with #CA4076

Text Example


Text Example

HTML Codes & Css Web 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>