Html Css Color HEX #C05880 Royal Heath

📋 copy color: '#C05880'

red 192 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #C05880

Tints of Royal Heath #C05880

RGB

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

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

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

R = 47.06%
G = 21.57%
B = 31.37%

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

#C05880 (or 0xC05880) is known color: Royal Heath. HEX triplet: C0, 58 and 80. RGB value is (192,88,128). Sum of RGB (Red+Green+Blue) = 192+88+128=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05880 is #3FA77F. Grayscale: #7B7B7B. Windows color (decimal): -4171648 or 8411328. OLE color: 8411328.

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

Color convert

RGB 192 88 128 -
CMYK 0 0.54 0.33 0.25
HSL 336.92º 0.45% 0.55% -
HSV(B) 336.92º 0.54% 0.75% -
XYZ 29.12 19.74 22.7 -
YUV 123.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 192 88 128 0 0.54 0.33 0.25 336.92 0.45 0.55
Hex C0 58 80 0 36 21 19 151 2D 37
Octal 300 130 200 0 66 41 31 521 55 67
Binary 11000000 1011000 10000000 0 110110 100001 11001 101010001 101101 110111

Color Harmonies of #C05880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05880

Black with #C05880

Text Example


Text Example

White with #C05880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05880; }

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

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

background-color css

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

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

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

border-color css

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

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

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