#CCAE8A

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

Shades of Tan #CCAE8A

Tints of Tan #CCAE8A

Color information

#CCAE8A (or 0xCCAE8A) is unknown color: approx Tan. HEX triplet: CC, AE and 8A. RGB value is (204,174,138). Sum of RGB (Red+Green+Blue) = 204+174+138=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE8A is #335175. Grayscale: #B3B3B3. Windows color (decimal): -3363190 or 9088716. OLE color: 9088716.

HSL color Cylindrical-coordinate representation of color #CCAE8A: hue angle of 32.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAE8A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204174138-
CMYK00.150.320.2
HSL32.73º39.29%67.06%-
HSV(B)32.73º32.35%80%-
XYZ44.6344.9430.37-
YUV178.87104.94145.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=39.53%
G=33.72%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417413800.150.320.232.7339.2967.06
HexCCAE8A0F2014212743
Octal31425621201740244147103
Binary11001100101011101000101001111100000101001000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE8A; }

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

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

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

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

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

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

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

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