#CCAD8A

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

Shades of Tan #CCAD8A

Tints of Tan #CCAD8A

Color information

#CCAD8A (or 0xCCAD8A) is unknown color: approx Tan. HEX triplet: CC, AD and 8A. RGB value is (204,173,138). Sum of RGB (Red+Green+Blue) = 204+173+138=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD8A is #335275. Grayscale: #B2B2B2. Windows color (decimal): -3363446 or 9088460. OLE color: 9088460.

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

Color convert

RGB204173138-
CMYK00.150.320.2
HSL31.82º39.29%67.06%-
HSV(B)31.82º32.35%80%-
XYZ44.4344.5630.3-
YUV178.28105.27146.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=39.61%
G=33.59%
B=26.80%

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
Decimal20417313800.150.320.231.8239.2967.06
HexCCAD8A0F2014202743
Octal31425521201740244047103
Binary11001100101011011000101001111100000101001000001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD8A; }

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

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

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

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

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

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

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

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