#CCAF8D

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

Shades of Tan #CCAF8D

Tints of Tan #CCAF8D

Color information

#CCAF8D (or 0xCCAF8D) is unknown color: approx Tan. HEX triplet: CC, AF and 8D. RGB value is (204,175,141). Sum of RGB (Red+Green+Blue) = 204+175+141=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF8D is #335072. Grayscale: #B3B3B3. Windows color (decimal): -3362931 or 9285580. OLE color: 9285580.

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

Color convert

RGB204175141-
CMYK00.140.310.2
HSL32.38º38.18%67.65%-
HSV(B)32.38º30.88%80%-
XYZ45.0445.4231.59-
YUV179.8106.11145.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=39.23%
G=33.65%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417514100.140.310.232.3838.1867.65
HexCCAF8D0E1F14202644
Octal31425721501637244046104
Binary1100110010101111100011010111011111101001000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF8D; }

 p { color: rgb(204,175,141); }

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

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

 a { background-color: rgb(204,175,141); }

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

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

 span { border-color: rgb(204,175,141); }

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