Html Css Color HEX #C03E76 Royal Heath

📋 copy color: '#C03E76'

red 192 ◦ green 62 ◦ blue 118

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

Shades of Royal Heath #C03E76

Tints of Royal Heath #C03E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 118 (46.48% from 255) = 31.72%

R = 51.61%
G = 16.67%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03E76 (or 0xC03E76) is known color: Royal Heath. HEX triplet: C0, 3E and 76. RGB value is (192,62,118). Sum of RGB (Red+Green+Blue) = 192+62+118=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E76 is #3FC189. Grayscale: #6B6B6B. Windows color (decimal): -4178314 or 7749312. OLE color: 7749312.

HSL color Cylindrical-coordinate representation of color #C03E76: hue angle of 334.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E76 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 118 -
CMYK 0 0.68 0.39 0.25
HSL 334.15º 0.51% 0.5% -
HSV(B) 334.15º 0.68% 0.75% -
XYZ 26.73 15.96 18.81 -
YUV 107.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 192 62 118 0 0.68 0.39 0.25 334.15 0.51 0.5
Hex C0 3E 76 0 44 27 19 14E 33 32
Octal 300 76 166 0 104 47 31 516 63 62
Binary 11000000 111110 1110110 0 1000100 100111 11001 101001110 110011 110010

Color Harmonies of #C03E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E76

Black with #C03E76

Text Example


Text Example

White with #C03E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E76; }

 p { color: rgb(192,62,118); }

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

background-color css

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

 a { background-color: rgb(192,62,118); }

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

border-color css

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

 span { border-color: rgb(192,62,118); }

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