#C96A5E

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

Shades of Sunglo #C96A5E

Tints of Sunglo #C96A5E

Color information

#C96A5E (or 0xC96A5E) is unknown color: approx Sunglo. HEX triplet: C9, 6A and 5E. RGB value is (201,106,94). Sum of RGB (Red+Green+Blue) = 201+106+94=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A5E is #3695A1. Grayscale: #858585. Windows color (decimal): -3577250 or 6187721. OLE color: 6187721.

HSL color Cylindrical-coordinate representation of color #C96A5E: hue angle of 6.73º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96A5E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20110694-
CMYK00.470.530.21
HSL6.73º49.77%57.84%-
HSV(B)6.73º53.23%78.82%-
XYZ31.2623.5313.48-
YUV133.04105.97176.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=50.12%
G=26.43%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011069400.470.530.216.7349.7757.84
HexC96A5E02F35157323a
Octal311152136057652576272
Binary1100100111010101011110010111111010110101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A5E; }

 p { color: rgb(201,106,94); }

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

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

 a { background-color: rgb(201,106,94); }

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

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

 span { border-color: rgb(201,106,94); }

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