Html Css Color HEX #C94276 Royal Heath

📋 copy color: '#C94276'

red 201 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #C94276

Tints of Royal Heath #C94276

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 52.21%
G = 17.14%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C94276 (or 0xC94276) is known color: Royal Heath. HEX triplet: C9, 42 and 76. RGB value is (201,66,118). Sum of RGB (Red+Green+Blue) = 201+66+118=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94276 is #36BD89. Grayscale: #707070. Windows color (decimal): -3587466 or 7750345. OLE color: 7750345.

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

Color convert

RGB 201 66 118 -
CMYK 0 0.67 0.41 0.21
HSL 336.89º 0.56% 0.52% -
HSV(B) 336.89º 0.67% 0.79% -
XYZ 29.31 17.62 19 -
YUV 112.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 201 66 118 0 0.67 0.41 0.21 336.89 0.56 0.52
Hex C9 42 76 0 43 29 15 151 38 34
Octal 311 102 166 0 103 51 25 521 70 64
Binary 11001001 1000010 1110110 0 1000011 101001 10101 101010001 111000 110100

Color Harmonies of #C94276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94276

Black with #C94276

Text Example


Text Example

White with #C94276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94276; }

 p { color: rgb(201,66,118); }

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

background-color css

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

 a { background-color: rgb(201,66,118); }

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

border-color css

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

 span { border-color: rgb(201,66,118); }

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