#CCB086

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

Shades of Tan #CCB086

Tints of Tan #CCB086

Color information

#CCB086 (or 0xCCB086) is unknown color: approx Tan. HEX triplet: CC, B0 and 86. RGB value is (204,176,134). Sum of RGB (Red+Green+Blue) = 204+176+134=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB086 is #334F79. Grayscale: #B3B3B3. Windows color (decimal): -3362682 or 8827084. OLE color: 8827084.

HSL color Cylindrical-coordinate representation of color #CCB086: hue angle of 36º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB086 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204176134-
CMYK00.140.340.2
HSL36º40.7%66.27%-
HSV(B)36º34.31%80%-
XYZ44.7345.6129-
YUV179.58102.28145.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=39.69%
G=34.24%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417613400.140.340.23640.766.27
HexCCB0860E2214242942
Octal31426020601642244451102
Binary11001100101100001000011001110100010101001001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB086; }

 p { color: rgb(204,176,134); }

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

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

 a { background-color: rgb(204,176,134); }

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

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

 span { border-color: rgb(204,176,134); }

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