Html Css Color HEX #C94279 Royal Heath

📋 copy color: '#C94279'

red 201 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #C94279

Tints of Royal Heath #C94279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 51.8%
G = 17.01%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94279 (or 0xC94279) is known color: Royal Heath. HEX triplet: C9, 42 and 79. RGB value is (201,66,121). Sum of RGB (Red+Green+Blue) = 201+66+121=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94279 is #36BD86. Grayscale: #707070. Windows color (decimal): -3587463 or 7946953. OLE color: 7946953.

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

Color convert

RGB 201 66 121 -
CMYK 0 0.67 0.40 0.21
HSL 335.56º 0.56% 0.52% -
HSV(B) 335.56º 0.67% 0.79% -
XYZ 29.49 17.69 19.95 -
YUV 112.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 201 66 121 0 0.67 0.40 0.21 335.56 0.56 0.52
Hex C9 42 79 0 43 28 15 150 38 34
Octal 311 102 171 0 103 50 25 520 70 64
Binary 11001001 1000010 1111001 0 1000011 101000 10101 101010000 111000 110100

Color Harmonies of #C94279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94279

Black with #C94279

Text Example


Text Example

White with #C94279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94279; }

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

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

background-color css

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

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

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

border-color css

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

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

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