Html Css Color HEX #C94072 Royal Heath

📋 copy color: '#C94072'

red 201 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #C94072

Tints of Royal Heath #C94072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 53.03%
G = 16.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94072 (or 0xC94072) is known color: Royal Heath. HEX triplet: C9, 40 and 72. RGB value is (201,64,114). Sum of RGB (Red+Green+Blue) = 201+64+114=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C94072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94072 is #36BF8D. Grayscale: #6E6E6E. Windows color (decimal): -3587982 or 7487689. OLE color: 7487689.

HSL color Cylindrical-coordinate representation of color #C94072: hue angle of 338.1º degrees, saturation: 0.56, 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 #C94072 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 114 -
CMYK 0 0.68 0.43 0.21
HSL 338.1º 0.56% 0.52% -
HSV(B) 338.1º 0.68% 0.79% -
XYZ 28.96 17.3 17.73 -
YUV 110.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 201 64 114 0 0.68 0.43 0.21 338.1 0.56 0.52
Hex C9 40 72 0 44 2B 15 152 38 34
Octal 311 100 162 0 104 53 25 522 70 64
Binary 11001001 1000000 1110010 0 1000100 101011 10101 101010010 111000 110100

Color Harmonies of #C94072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94072

Black with #C94072

Text Example


Text Example

White with #C94072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94072; }

 p { color: rgb(201,64,114); }

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

background-color css

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

 a { background-color: rgb(201,64,114); }

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

border-color css

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

 span { border-color: rgb(201,64,114); }

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