#ccb18e

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

Shades of Tan #CCB18E

Tints of Tan #CCB18E

Color information

#CCB18E (or 0xCCB18E) is unknown color: approx Tan. HEX triplet: CC, B1 and 8E. RGB value is (204,177,142). Sum of RGB (Red+Green+Blue) = 204+177+142=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB18E is #334E71. Grayscale: #B5B5B5. Windows color (decimal): -3362418 or 9351628. OLE color: 9351628.

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

Color convert

RGB204177142-
CMYK00.130.300.2
HSL33.87º37.8%67.84%-
HSV(B)33.87º30.39%80%-
XYZ45.5146.2332.12-
YUV181.08105.95144.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=39.01%
G=33.84%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417714200.130.300.233.8737.867.84
HexCCB18E0D1E14222644
Octal31426121601536244246104
Binary1100110010110001100011100110111110101001000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb18e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb18e; }

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

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

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

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

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

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

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

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