#CCAD8F

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

Shades of Tan #CCAD8F

Tints of Tan #CCAD8F

Color information

#CCAD8F (or 0xCCAD8F) is unknown color: approx Tan. HEX triplet: CC, AD and 8F. RGB value is (204,173,143). Sum of RGB (Red+Green+Blue) = 204+173+143=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD8F is #335270. Grayscale: #B2B2B2. Windows color (decimal): -3363441 or 9416140. OLE color: 9416140.

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

Color convert

RGB204173143-
CMYK00.150.300.2
HSL29.51º37.42%68.04%-
HSV(B)29.51º29.9%80%-
XYZ44.844.7132.25-
YUV178.85107.77145.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=39.23%
G=33.27%
B=27.5%

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
Decimal20417314300.150.300.229.5137.4268.04
HexCCAD8F0F1E141e2544
Octal31425521701736243645104
Binary110011001010110110001111011111111010100111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD8F; }

 p { color: rgb(204,173,143); }

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

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

 a { background-color: rgb(204,173,143); }

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

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

 span { border-color: rgb(204,173,143); }

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