Html Css Color HEX #C03B72 Royal Heath

📋 copy color: '#C03B72'

red 192 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #C03B72

Tints of Royal Heath #C03B72

RGB

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

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

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

R = 52.6%
G = 16.16%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03B72 (or 0xC03B72) is known color: Royal Heath. HEX triplet: C0, 3B and 72. RGB value is (192,59,114). Sum of RGB (Red+Green+Blue) = 192+59+114=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B72 is #3FC48D. Grayscale: #686868. Windows color (decimal): -4179086 or 7486400. OLE color: 7486400.

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

Color convert

RGB 192 59 114 -
CMYK 0 0.69 0.41 0.25
HSL 335.19º 0.53% 0.49% -
HSV(B) 335.19º 0.69% 0.75% -
XYZ 26.34 15.55 17.53 -
YUV 105.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 192 59 114 0 0.69 0.41 0.25 335.19 0.53 0.49
Hex C0 3B 72 0 45 29 19 14F 35 31
Octal 300 73 162 0 105 51 31 517 65 61
Binary 11000000 111011 1110010 0 1000101 101001 11001 101001111 110101 110001

Color Harmonies of #C03B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B72

Black with #C03B72

Text Example


Text Example

White with #C03B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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