Html Css Color HEX #C05979 Royal Heath

📋 copy color: '#C05979'

red 192 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #C05979

Tints of Royal Heath #C05979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.14%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 47.76%
G = 22.14%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C05979 (or 0xC05979) is known color: Royal Heath. HEX triplet: C0, 59 and 79. RGB value is (192,89,121). Sum of RGB (Red+Green+Blue) = 192+89+121=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C05979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05979 is #3FA686. Grayscale: #7B7B7B. Windows color (decimal): -4171399 or 7952832. OLE color: 7952832.

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

Color convert

RGB 192 89 121 -
CMYK 0 0.54 0.37 0.25
HSL 341.36º 0.45% 0.55% -
HSV(B) 341.36º 0.54% 0.75% -
XYZ 28.76 19.73 20.38 -
YUV 123.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 192 89 121 0 0.54 0.37 0.25 341.36 0.45 0.55
Hex C0 59 79 0 36 25 19 155 2D 37
Octal 300 131 171 0 66 45 31 525 55 67
Binary 11000000 1011001 1111001 0 110110 100101 11001 101010101 101101 110111

Color Harmonies of #C05979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05979

Black with #C05979

Text Example


Text Example

White with #C05979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05979; }

 p { color: rgb(192,89,121); }

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

background-color css

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

 a { background-color: rgb(192,89,121); }

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

border-color css

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

 span { border-color: rgb(192,89,121); }

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