Html Css Color HEX #C03772 Royal Heath

📋 copy color: '#C03772'

red 192 ◦ green 55 ◦ blue 114

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

Shades of Royal Heath #C03772

Tints of Royal Heath #C03772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 53.19%
G = 15.24%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03772 (or 0xC03772) is known color: Royal Heath. HEX triplet: C0, 37 and 72. RGB value is (192,55,114). Sum of RGB (Red+Green+Blue) = 192+55+114=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03772 is #3FC88D. Grayscale: #666666. Windows color (decimal): -4180110 or 7485376. OLE color: 7485376.

HSL color Cylindrical-coordinate representation of color #C03772: hue angle of 334.16º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03772 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 114 -
CMYK 0 0.71 0.41 0.25
HSL 334.16º 0.55% 0.48% -
HSV(B) 334.16º 0.71% 0.75% -
XYZ 26.14 15.15 17.47 -
YUV 102.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 192 55 114 0 0.71 0.41 0.25 334.16 0.55 0.48
Hex C0 37 72 0 47 29 19 14E 37 30
Octal 300 67 162 0 107 51 31 516 67 60
Binary 11000000 110111 1110010 0 1000111 101001 11001 101001110 110111 110000

Color Harmonies of #C03772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03772

Black with #C03772

Text Example


Text Example

White with #C03772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03772; }

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

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

background-color css

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

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

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

border-color css

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

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

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