#CDB486

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

Shades of Tan #CDB486

Tints of Tan #CDB486

Color information

#CDB486 (or 0xCDB486) is unknown color: approx Tan. HEX triplet: CD, B4 and 86. RGB value is (205,180,134). Sum of RGB (Red+Green+Blue) = 205+180+134=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB486 is #324B79. Grayscale: #B6B6B6. Windows color (decimal): -3296122 or 8828109. OLE color: 8828109.

HSL color Cylindrical-coordinate representation of color #CDB486: hue angle of 38.87º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDB486 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205180134-
CMYK00.120.350.20
HSL38.87º41.52%66.47%-
HSV(B)38.87º34.63%80.39%-
XYZ45.847.3429.28-
YUV182.23100.78144.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=39.50%
G=34.68%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518013400.120.350.2038.8741.5266.47
HexCDB4860C2314272a42
Octal31526420601443244752102
Binary11001101101101001000011001100100011101001001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB486; }

 p { color: rgb(205,180,134); }

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

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

 a { background-color: rgb(205,180,134); }

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

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

 span { border-color: rgb(205,180,134); }

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