#c05680

Color #C05680 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C05680

Tints of Royal Heath #C05680

Color information

#C05680 (or 0xC05680) is unknown color: approx Royal Heath. HEX triplet: C0, 56 and 80. RGB value is (192,86,128). Sum of RGB (Red+Green+Blue) = 192+86+128=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05680 is #3FA97F. Grayscale: #7A7A7A. Windows color (decimal): -4172160 or 8410816. OLE color: 8410816.

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

Color convert

RGB19286128-
CMYK00.550.330.25
HSL336.23º45.69%54.51%-
HSV(B)336.23º55.21%75.29%-
XYZ28.9619.4222.64-
YUV122.48131.12177.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=47.29%
G=21.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928612800.550.330.25336.2345.6954.51
HexC0568003721191502e37
Octal30012620006741315205667
Binary11000000101011010000000011011110000111001101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05680; }

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

 H1.HeaderClassName
 {
   color: #c05680;
 }
 .AnyTagClassName
 {
   color: #c05680;
 }
</style>
background-color css

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

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

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

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

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

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