#CCB48C

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

Shades of Tan #CCB48C

Tints of Tan #CCB48C

Color information

#CCB48C (or 0xCCB48C) is unknown color: approx Tan. HEX triplet: CC, B4 and 8C. RGB value is (204,180,140). Sum of RGB (Red+Green+Blue) = 204+180+140=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48C is #334B73. Grayscale: #B6B6B6. Windows color (decimal): -3361652 or 9221324. OLE color: 9221324.

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

Color convert

RGB204180140-
CMYK00.120.310.2
HSL37.5º38.55%67.45%-
HSV(B)37.5º31.37%80%-
XYZ45.9647.3731.53-
YUV182.62103.95143.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=38.93%
G=34.35%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418014000.120.310.237.538.5567.45
HexCCB48C0C1F14262743
Octal31426421401437244647103
Binary1100110010110100100011000110011111101001001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB48C; }

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

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

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

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

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

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

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

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