#CCB98E

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

Shades of Tan #CCB98E

Tints of Tan #CCB98E

Color information

#CCB98E (or 0xCCB98E) is unknown color: approx Tan. HEX triplet: CC, B9 and 8E. RGB value is (204,185,142). Sum of RGB (Red+Green+Blue) = 204+185+142=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98E is #334671. Grayscale: #B9B9B9. Windows color (decimal): -3360370 or 9353676. OLE color: 9353676.

HSL color Cylindrical-coordinate representation of color #CCB98E: hue angle of 41.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB98E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204185142-
CMYK00.090.300.2
HSL41.61º37.8%67.84%-
HSV(B)41.61º30.39%80%-
XYZ47.1349.4932.66-
YUV185.78103.29141-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=38.42%
G=34.84%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418514200.090.300.241.6137.867.84
HexCCB98E091E142a2644
Octal31427121601136245246104
Binary1100110010111001100011100100111110101001010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB98E; }

 p { color: rgb(204,185,142); }

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

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

 a { background-color: rgb(204,185,142); }

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

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

 span { border-color: rgb(204,185,142); }

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