#CCB68C

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

Shades of Tan #CCB68C

Tints of Tan #CCB68C

Color information

#CCB68C (or 0xCCB68C) is unknown color: approx Tan. HEX triplet: CC, B6 and 8C. RGB value is (204,182,140). Sum of RGB (Red+Green+Blue) = 204+182+140=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68C is #334973. Grayscale: #B7B7B7. Windows color (decimal): -3361140 or 9221836. OLE color: 9221836.

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

Color convert

RGB204182140-
CMYK00.110.310.2
HSL39.38º38.55%67.45%-
HSV(B)39.38º31.37%80%-
XYZ46.3648.1931.67-
YUV183.79103.29142.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=38.78%
G=34.60%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418214000.110.310.239.3838.5567.45
HexCCB68C0B1F14272743
Octal31426621401337244747103
Binary1100110010110110100011000101111111101001001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB68C; }

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

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

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

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

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

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

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

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