#CDAD8C

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

Shades of Tan #CDAD8C

Tints of Tan #CDAD8C

Color information

#CDAD8C (or 0xCDAD8C) is unknown color: approx Tan. HEX triplet: CD, AD and 8C. RGB value is (205,173,140). Sum of RGB (Red+Green+Blue) = 205+173+140=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD8C is #325273. Grayscale: #B2B2B2. Windows color (decimal): -3297908 or 9219533. OLE color: 9219533.

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

Color convert

RGB205173140-
CMYK00.160.320.20
HSL30.46º39.39%67.65%-
HSV(B)30.46º31.71%80.39%-
XYZ44.8544.7631.09-
YUV178.81106.1146.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=39.58%
G=33.40%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517314000.160.320.2030.4639.3967.65
HexCDAD8C01020141e2744
Octal31525521402040243647104
Binary11001101101011011000110001000010000010100111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD8C; }

 p { color: rgb(205,173,140); }

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

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

 a { background-color: rgb(205,173,140); }

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

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

 span { border-color: rgb(205,173,140); }

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