#C96D2F

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

Shades of Tango #C96D2F

Tints of Tango #C96D2F

Color information

#C96D2F (or 0xC96D2F) is unknown color: approx Tango. HEX triplet: C9, 6D and 2F. RGB value is (201,109,47). Sum of RGB (Red+Green+Blue) = 201+109+47=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D2F is #3692D0. Grayscale: #818181. Windows color (decimal): -3576529 or 3108297. OLE color: 3108297.

HSL color Cylindrical-coordinate representation of color #C96D2F: hue angle of 24.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C96D2F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20110947-
CMYK00.460.770.21
HSL24.16º62.1%48.63%-
HSV(B)24.16º76.62%78.82%-
XYZ30.0723.565.65-
YUV129.4481.48179.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=56.30%
G=30.53%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011094700.460.770.2124.1662.148.63
HexC96D2F02E4D15183e31
Octal3111555705611525307661
Binary110010011101101101111010111010011011010111000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D2F; }

 p { color: rgb(201,109,47); }

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

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

 a { background-color: rgb(201,109,47); }

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

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

 span { border-color: rgb(201,109,47); }

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