Html Css Color HEX #C03773 Royal Heath

📋 copy color: '#C03773'

red 192 ◦ green 55 ◦ blue 115

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

Shades of Royal Heath #C03773

Tints of Royal Heath #C03773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 53.04%
G = 15.19%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03773 (or 0xC03773) is known color: Royal Heath. HEX triplet: C0, 37 and 73. RGB value is (192,55,115). Sum of RGB (Red+Green+Blue) = 192+55+115=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03773 is #3FC88C. Grayscale: #666666. Windows color (decimal): -4180109 or 7550912. OLE color: 7550912.

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

Color convert

RGB 192 55 115 -
CMYK 0 0.71 0.40 0.25
HSL 333.72º 0.55% 0.48% -
HSV(B) 333.72º 0.71% 0.75% -
XYZ 26.2 15.18 17.77 -
YUV 102.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 192 55 115 0 0.71 0.40 0.25 333.72 0.55 0.48
Hex C0 37 73 0 47 28 19 14E 37 30
Octal 300 67 163 0 107 50 31 516 67 60
Binary 11000000 110111 1110011 0 1000111 101000 11001 101001110 110111 110000

Color Harmonies of #C03773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03773

Black with #C03773

Text Example


Text Example

White with #C03773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03773; }

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

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

background-color css

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

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

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

border-color css

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

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

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