#CCB98F

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

Shades of Tan #CCB98F

Tints of Tan #CCB98F

Color information

#CCB98F (or 0xCCB98F) is unknown color: approx Tan. HEX triplet: CC, B9 and 8F. RGB value is (204,185,143). Sum of RGB (Red+Green+Blue) = 204+185+143=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98F is #334670. Grayscale: #BABABA. Windows color (decimal): -3360369 or 9419212. OLE color: 9419212.

HSL color Cylindrical-coordinate representation of color #CCB98F: hue angle of 41.31º degrees, saturation: 0.37, 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 #CCB98F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204185143-
CMYK00.090.300.2
HSL41.31º37.42%68.04%-
HSV(B)41.31º29.9%80%-
XYZ47.2149.5233.06-
YUV185.89103.79140.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=38.35%
G=34.77%
B=26.88%

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
Decimal20418514300.090.300.241.3137.4268.04
HexCCB98F091E14292544
Octal31427121701136245145104
Binary1100110010111001100011110100111110101001010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB98F; }

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

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

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

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

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

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

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

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