#C96859

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

Shades of Sunglo #C96859

Tints of Sunglo #C96859

Color information

#C96859 (or 0xC96859) is unknown color: approx Sunglo. HEX triplet: C9, 68 and 59. RGB value is (201,104,89). Sum of RGB (Red+Green+Blue) = 201+104+89=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C96859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96859 is #3697A6. Grayscale: #838383. Windows color (decimal): -3577767 or 5859529. OLE color: 5859529.

HSL color Cylindrical-coordinate representation of color #C96859: hue angle of 8.04º 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 #C96859 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20110489-
CMYK00.480.560.21
HSL8.04º50.91%56.86%-
HSV(B)8.04º55.72%78.82%-
XYZ30.8423.0412.27-
YUV131.29104.14177.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.02%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=51.02%
G=26.40%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011048900.480.560.218.0450.9156.86
HexC96859030381583339
Octal3111501310607025106371
Binary11001001110100010110010110000111000101011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96859; }

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

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

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

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

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

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

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

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