#CCB68E

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

Shades of Tan #CCB68E

Tints of Tan #CCB68E

Color information

#CCB68E (or 0xCCB68E) is unknown color: approx Tan. HEX triplet: CC, B6 and 8E. RGB value is (204,182,142). Sum of RGB (Red+Green+Blue) = 204+182+142=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68E is #334971. Grayscale: #B8B8B8. Windows color (decimal): -3361138 or 9352908. OLE color: 9352908.

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

Color convert

RGB204182142-
CMYK00.110.300.2
HSL38.71º37.8%67.84%-
HSV(B)38.71º30.39%80%-
XYZ46.5148.2532.45-
YUV184.02104.29142.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=38.64%
G=34.47%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418214200.110.300.238.7137.867.84
HexCCB68E0B1E14272644
Octal31426621601336244746104
Binary1100110010110110100011100101111110101001001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB68E; }

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

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

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

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

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

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

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

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