#CCB78E

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

Shades of Tan #CCB78E

Tints of Tan #CCB78E

Color information

#CCB78E (or 0xCCB78E) is unknown color: approx Tan. HEX triplet: CC, B7 and 8E. RGB value is (204,183,142). Sum of RGB (Red+Green+Blue) = 204+183+142=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB78E is #334871. Grayscale: #B8B8B8. Windows color (decimal): -3360882 or 9353164. OLE color: 9353164.

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

Color convert

RGB204183142-
CMYK00.100.300.2
HSL39.68º37.8%67.84%-
HSV(B)39.68º30.39%80%-
XYZ46.7248.6632.52-
YUV184.6103.96141.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=38.56%
G=34.59%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418314200.100.300.239.6837.867.84
HexCCB78E0A1E14282644
Octal31426721601236245046104
Binary1100110010110111100011100101011110101001010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB78E; }

 p { color: rgb(204,183,142); }

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

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

 a { background-color: rgb(204,183,142); }

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

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

 span { border-color: rgb(204,183,142); }

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