#ccad89

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

Shades of Tan #CCAD89

Tints of Tan #CCAD89

Color information

#CCAD89 (or 0xCCAD89) is unknown color: approx Tan. HEX triplet: CC, AD and 89. RGB value is (204,173,137). Sum of RGB (Red+Green+Blue) = 204+173+137=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD89 is #335276. Grayscale: #B2B2B2. Windows color (decimal): -3363447 or 9022924. OLE color: 9022924.

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

Color convert

RGB204173137-
CMYK00.150.330.2
HSL32.24º39.64%66.86%-
HSV(B)32.24º32.84%80%-
XYZ44.3644.5329.92-
YUV178.16104.77146.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=39.69%
G=33.66%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417313700.150.330.232.2439.6466.86
HexCCAD890F2114202843
Octal31425521101741244050103
Binary11001100101011011000100101111100001101001000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccad89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccad89; }

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

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

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

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

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

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

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

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