Html Css Color HEX #C94277 Royal Heath

📋 copy color: '#C94277'

red 201 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #C94277

Tints of Royal Heath #C94277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 52.07%
G = 17.1%
B = 30.83%

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

#C94277 (or 0xC94277) is known color: Royal Heath. HEX triplet: C9, 42 and 77. RGB value is (201,66,119). Sum of RGB (Red+Green+Blue) = 201+66+119=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94277 is #36BD88. Grayscale: #707070. Windows color (decimal): -3587465 or 7815881. OLE color: 7815881.

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

Color convert

RGB 201 66 119 -
CMYK 0 0.67 0.41 0.21
HSL 336.44º 0.56% 0.52% -
HSV(B) 336.44º 0.67% 0.79% -
XYZ 29.37 17.65 19.31 -
YUV 112.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 201 66 119 0 0.67 0.41 0.21 336.44 0.56 0.52
Hex C9 42 77 0 43 29 15 150 38 34
Octal 311 102 167 0 103 51 25 520 70 64
Binary 11001001 1000010 1110111 0 1000011 101001 10101 101010000 111000 110100

Color Harmonies of #C94277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94277

Black with #C94277

Text Example


Text Example

White with #C94277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94277; }

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

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

background-color css

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

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

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

border-color css

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

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

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