#C96559

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

Shades of Sunglo #C96559

Tints of Sunglo #C96559

Color information

#C96559 (or 0xC96559) is unknown color: approx Sunglo. HEX triplet: C9, 65 and 59. RGB value is (201,101,89). Sum of RGB (Red+Green+Blue) = 201+101+89=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C96559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96559 is #369AA6. Grayscale: #818181. Windows color (decimal): -3578535 or 5858761. OLE color: 5858761.

HSL color Cylindrical-coordinate representation of color #C96559: hue angle of 6.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96559 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20110189-
CMYK00.500.560.21
HSL6.43º50.91%56.86%-
HSV(B)6.43º55.72%78.82%-
XYZ30.5422.4512.17-
YUV129.53105.13178.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=51.41%
G=25.83%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011018900.500.560.216.4350.9156.86
HexC96559032381563339
Octal311145131062702566371
Binary1100100111001011011001011001011100010101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96559; }

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

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

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

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

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

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

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

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