#CCB28D

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

Shades of Tan #CCB28D

Tints of Tan #CCB28D

Color information

#CCB28D (or 0xCCB28D) is unknown color: approx Tan. HEX triplet: CC, B2 and 8D. RGB value is (204,178,141). Sum of RGB (Red+Green+Blue) = 204+178+141=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB28D is #334D72. Grayscale: #B5B5B5. Windows color (decimal): -3362163 or 9286348. OLE color: 9286348.

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

Color convert

RGB204178141-
CMYK00.130.310.2
HSL35.24º38.18%67.65%-
HSV(B)35.24º30.88%80%-
XYZ45.6346.631.79-
YUV181.56105.11144.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=39.01%
G=34.03%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417814100.130.310.235.2438.1867.65
HexCCB28D0D1F14232644
Octal31426221501537244346104
Binary1100110010110010100011010110111111101001000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB28D; }

 p { color: rgb(204,178,141); }

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

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

 a { background-color: rgb(204,178,141); }

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

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

 span { border-color: rgb(204,178,141); }

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