Html Css Color HEX #C05576 Royal Heath

📋 copy color: '#C05576'

red 192 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #C05576

Tints of Royal Heath #C05576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

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

R = 48.61%
G = 21.52%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05576 (or 0xC05576) is known color: Royal Heath. HEX triplet: C0, 55 and 76. RGB value is (192,85,118). Sum of RGB (Red+Green+Blue) = 192+85+118=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05576 is #3FAA89. Grayscale: #787878. Windows color (decimal): -4172426 or 7755200. OLE color: 7755200.

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

Color convert

RGB 192 85 118 -
CMYK 0 0.56 0.39 0.25
HSL 341.5º 0.46% 0.54% -
HSV(B) 341.5º 0.56% 0.75% -
XYZ 28.26 19.01 19.32 -
YUV 120.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 192 85 118 0 0.56 0.39 0.25 341.5 0.46 0.54
Hex C0 55 76 0 38 27 19 155 2E 36
Octal 300 125 166 0 70 47 31 525 56 66
Binary 11000000 1010101 1110110 0 111000 100111 11001 101010101 101110 110110

Color Harmonies of #C05576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05576

Black with #C05576

Text Example


Text Example

White with #C05576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05576; }

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

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

background-color css

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

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

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

border-color css

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

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

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