Html Css Color HEX #CA4376 Royal Heath

📋 copy color: '#CA4376'

red 202 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #CA4376

Tints of Royal Heath #CA4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

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

R = 52.2%
G = 17.31%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4376 (or 0xCA4376) is known color: Royal Heath. HEX triplet: CA, 43 and 76. RGB value is (202,67,118). Sum of RGB (Red+Green+Blue) = 202+67+118=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4376 is #35BC89. Grayscale: #717171. Windows color (decimal): -3521674 or 7750602. OLE color: 7750602.

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

Color convert

RGB 202 67 118 -
CMYK 0 0.67 0.42 0.21
HSL 337.33º 0.56% 0.53% -
HSV(B) 337.33º 0.67% 0.79% -
XYZ 29.63 17.88 19.03 -
YUV 113.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 202 67 118 0 0.67 0.42 0.21 337.33 0.56 0.53
Hex CA 43 76 0 43 2A 15 151 38 35
Octal 312 103 166 0 103 52 25 521 70 65
Binary 11001010 1000011 1110110 0 1000011 101010 10101 101010001 111000 110101

Color Harmonies of #CA4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4376

Black with #CA4376

Text Example


Text Example

White with #CA4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4376; }

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

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

background-color css

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

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

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

border-color css

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

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

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