#CCB28C

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

Shades of Tan #CCB28C

Tints of Tan #CCB28C

Color information

#CCB28C (or 0xCCB28C) is unknown color: approx Tan. HEX triplet: CC, B2 and 8C. RGB value is (204,178,140). Sum of RGB (Red+Green+Blue) = 204+178+140=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB28C is #334D73. Grayscale: #B5B5B5. Windows color (decimal): -3362164 or 9220812. OLE color: 9220812.

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

Color convert

RGB204178140-
CMYK00.130.310.2
HSL35.63º38.55%67.45%-
HSV(B)35.63º31.37%80%-
XYZ45.5646.5731.4-
YUV181.44104.61144.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=39.08%
G=34.10%
B=26.82%

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
Decimal20417814000.130.310.235.6338.5567.45
HexCCB28C0D1F14242743
Octal31426221401537244447103
Binary1100110010110010100011000110111111101001001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB28C; }

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

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

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

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

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

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

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

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