#CDB487

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

Shades of Tan #CDB487

Tints of Tan #CDB487

Color information

#CDB487 (or 0xCDB487) is unknown color: approx Tan. HEX triplet: CD, B4 and 87. RGB value is (205,180,135). Sum of RGB (Red+Green+Blue) = 205+180+135=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB487 is #324B78. Grayscale: #B6B6B6. Windows color (decimal): -3296121 or 8893645. OLE color: 8893645.

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

Color convert

RGB205180135-
CMYK00.120.340.20
HSL38.57º41.18%66.67%-
HSV(B)38.57º34.15%80.39%-
XYZ45.8747.3729.65-
YUV182.34101.28144.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=39.42%
G=34.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518013500.120.340.2038.5741.1866.67
HexCDB4870C2214272943
Octal31526420701442244751103
Binary11001101101101001000011101100100010101001001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB487; }

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

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

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

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

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

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

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

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