Html Css Color HEX #C03972 Royal Heath

📋 copy color: '#C03972'

red 192 ◦ green 57 ◦ blue 114

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

Shades of Royal Heath #C03972

Tints of Royal Heath #C03972

RGB

 RED value IS 192 (75.39% from 255) = 52.89%

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 52.89%
G = 15.7%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03972 (or 0xC03972) is known color: Royal Heath. HEX triplet: C0, 39 and 72. RGB value is (192,57,114). Sum of RGB (Red+Green+Blue) = 192+57+114=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C03972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03972 is #3FC68D. Grayscale: #676767. Windows color (decimal): -4179598 or 7485888. OLE color: 7485888.

HSL color Cylindrical-coordinate representation of color #C03972: hue angle of 334.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03972 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 114 -
CMYK 0 0.70 0.41 0.25
HSL 334.67º 0.54% 0.49% -
HSV(B) 334.67º 0.7% 0.75% -
XYZ 26.24 15.35 17.5 -
YUV 103.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 192 57 114 0 0.70 0.41 0.25 334.67 0.54 0.49
Hex C0 39 72 0 46 29 19 14F 36 31
Octal 300 71 162 0 106 51 31 517 66 61
Binary 11000000 111001 1110010 0 1000110 101001 11001 101001111 110110 110001

Color Harmonies of #C03972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03972

Black with #C03972

Text Example


Text Example

White with #C03972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03972; }

 p { color: rgb(192,57,114); }

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

background-color css

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

 a { background-color: rgb(192,57,114); }

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

border-color css

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

 span { border-color: rgb(192,57,114); }

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