#CCAE8E

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

Shades of Tan #CCAE8E

Tints of Tan #CCAE8E

Color information

#CCAE8E (or 0xCCAE8E) is unknown color: approx Tan. HEX triplet: CC, AE and 8E. RGB value is (204,174,142). Sum of RGB (Red+Green+Blue) = 204+174+142=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE8E is #335171. Grayscale: #B3B3B3. Windows color (decimal): -3363186 or 9350860. OLE color: 9350860.

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

Color convert

RGB204174142-
CMYK00.150.300.2
HSL30.97º37.8%67.84%-
HSV(B)30.97º30.39%80%-
XYZ44.9245.0631.92-
YUV179.32106.94145.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=39.23%
G=33.46%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417414200.150.300.230.9737.867.84
HexCCAE8E0F1E141f2644
Octal31425621601736243746104
Binary110011001010111010001110011111111010100111111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE8E; }

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

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

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

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

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

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

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

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