Html Css Color HEX #C05877 Royal Heath

📋 copy color: '#C05877'

red 192 ◦ green 88 ◦ blue 119

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

Shades of Royal Heath #C05877

Tints of Royal Heath #C05877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

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

R = 48.12%
G = 22.06%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C05877 (or 0xC05877) is known color: Royal Heath. HEX triplet: C0, 58 and 77. RGB value is (192,88,119). Sum of RGB (Red+Green+Blue) = 192+88+119=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C05877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05877 is #3FA788. Grayscale: #7A7A7A. Windows color (decimal): -4171657 or 7821504. OLE color: 7821504.

HSL color Cylindrical-coordinate representation of color #C05877: hue angle of 342.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05877 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 119 -
CMYK 0 0.54 0.38 0.25
HSL 342.12º 0.45% 0.55% -
HSV(B) 342.12º 0.54% 0.75% -
XYZ 28.56 19.52 19.71 -
YUV 122.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 192 88 119 0 0.54 0.38 0.25 342.12 0.45 0.55
Hex C0 58 77 0 36 26 19 156 2D 37
Octal 300 130 167 0 66 46 31 526 55 67
Binary 11000000 1011000 1110111 0 110110 100110 11001 101010110 101101 110111

Color Harmonies of #C05877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05877

Black with #C05877

Text Example


Text Example

White with #C05877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05877; }

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

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

background-color css

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

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

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

border-color css

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

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

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