Html Css Color HEX #C03B77 Royal Heath

📋 copy color: '#C03B77'

red 192 ◦ green 59 ◦ blue 119

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

Shades of Royal Heath #C03B77

Tints of Royal Heath #C03B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 51.89%
G = 15.95%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C03B77 (or 0xC03B77) is known color: Royal Heath. HEX triplet: C0, 3B and 77. RGB value is (192,59,119). Sum of RGB (Red+Green+Blue) = 192+59+119=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B77 is #3FC488. Grayscale: #696969. Windows color (decimal): -4179081 or 7814080. OLE color: 7814080.

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

Color convert

RGB 192 59 119 -
CMYK 0 0.69 0.38 0.25
HSL 332.93º 0.53% 0.49% -
HSV(B) 332.93º 0.69% 0.75% -
XYZ 26.63 15.67 19.07 -
YUV 105.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 192 59 119 0 0.69 0.38 0.25 332.93 0.53 0.49
Hex C0 3B 77 0 45 26 19 14D 35 31
Octal 300 73 167 0 105 46 31 515 65 61
Binary 11000000 111011 1110111 0 1000101 100110 11001 101001101 110101 110001

Color Harmonies of #C03B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B77

Black with #C03B77

Text Example


Text Example

White with #C03B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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