Html Css Color HEX #C05980 Royal Heath

📋 copy color: '#C05980'

red 192 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #C05980

Tints of Royal Heath #C05980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 46.94%
G = 21.76%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05980 (or 0xC05980) is known color: Royal Heath. HEX triplet: C0, 59 and 80. RGB value is (192,89,128). Sum of RGB (Red+Green+Blue) = 192+89+128=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05980 is #3FA67F. Grayscale: #7C7C7C. Windows color (decimal): -4171392 or 8411584. OLE color: 8411584.

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

Color convert

RGB 192 89 128 -
CMYK 0 0.54 0.33 0.25
HSL 337.28º 0.45% 0.55% -
HSV(B) 337.28º 0.54% 0.75% -
XYZ 29.21 19.91 22.73 -
YUV 124.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 192 89 128 0 0.54 0.33 0.25 337.28 0.45 0.55
Hex C0 59 80 0 36 21 19 151 2D 37
Octal 300 131 200 0 66 41 31 521 55 67
Binary 11000000 1011001 10000000 0 110110 100001 11001 101010001 101101 110111

Color Harmonies of #C05980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05980

Black with #C05980

Text Example


Text Example

White with #C05980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05980; }

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

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

background-color css

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

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

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

border-color css

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

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

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