#C06559

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

Shades of Sunglo #C06559

Tints of Sunglo #C06559

Color information

#C06559 (or 0xC06559) is unknown color: approx Sunglo. HEX triplet: C0, 65 and 59. RGB value is (192,101,89). Sum of RGB (Red+Green+Blue) = 192+101+89=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C06559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06559 is #3F9AA6. Grayscale: #7E7E7E. Windows color (decimal): -4168359 or 5858752. OLE color: 5858752.

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

Color convert

RGB19210189-
CMYK00.470.540.25
HSL6.99º44.98%55.1%-
HSV(B)6.99º53.65%75.29%-
XYZ28.221.2412.06-
YUV126.84106.65174.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=50.26%
G=26.44%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921018900.470.540.256.9944.9855.1
HexC0655902F361972d37
Octal300145131057663175567
Binary1100000011001011011001010111111011011001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06559; }

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

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

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

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

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

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

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

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