#CCB38C

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

Shades of Tan #CCB38C

Tints of Tan #CCB38C

Color information

#CCB38C (or 0xCCB38C) is unknown color: approx Tan. HEX triplet: CC, B3 and 8C. RGB value is (204,179,140). Sum of RGB (Red+Green+Blue) = 204+179+140=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38C is #334C73. Grayscale: #B6B6B6. Windows color (decimal): -3361908 or 9221068. OLE color: 9221068.

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

Color convert

RGB204179140-
CMYK00.120.310.2
HSL36.56º38.55%67.45%-
HSV(B)36.56º31.37%80%-
XYZ45.7646.9731.47-
YUV182.03104.28143.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=39.01%
G=34.23%
B=26.77%

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
Decimal20417914000.120.310.236.5638.5567.45
HexCCB38C0C1F14252743
Octal31426321401437244547103
Binary1100110010110011100011000110011111101001001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB38C; }

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

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

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

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

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

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

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

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