Html Css Color HEX #C03B76 Royal Heath

📋 copy color: '#C03B76'

red 192 ◦ green 59 ◦ blue 118

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

Shades of Royal Heath #C03B76

Tints of Royal Heath #C03B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

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

R = 52.03%
G = 15.99%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03B76 (or 0xC03B76) is known color: Royal Heath. HEX triplet: C0, 3B and 76. RGB value is (192,59,118). Sum of RGB (Red+Green+Blue) = 192+59+118=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B76 is #3FC489. Grayscale: #696969. Windows color (decimal): -4179082 or 7748544. OLE color: 7748544.

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

Color convert

RGB 192 59 118 -
CMYK 0 0.69 0.39 0.25
HSL 333.38º 0.53% 0.49% -
HSV(B) 333.38º 0.69% 0.75% -
XYZ 26.57 15.64 18.76 -
YUV 105.49 135.06 189.7 -
System Red Green Blue C M Y K H S L
Decimal 192 59 118 0 0.69 0.39 0.25 333.38 0.53 0.49
Hex C0 3B 76 0 45 27 19 14D 35 31
Octal 300 73 166 0 105 47 31 515 65 61
Binary 11000000 111011 1110110 0 1000101 100111 11001 101001101 110101 110001

Color Harmonies of #C03B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B76

Black with #C03B76

Text Example


Text Example

White with #C03B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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