#CDB585

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

Shades of Tan #CDB585

Tints of Tan #CDB585

Color information

#CDB585 (or 0xCDB585) is unknown color: approx Tan. HEX triplet: CD, B5 and 85. RGB value is (205,181,133). Sum of RGB (Red+Green+Blue) = 205+181+133=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB585 is #324A7A. Grayscale: #B6B6B6. Windows color (decimal): -3295867 or 8762829. OLE color: 8762829.

HSL color Cylindrical-coordinate representation of color #CDB585: hue angle of 40º 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 #CDB585 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205181133-
CMYK00.120.350.20
HSL40º41.86%66.27%-
HSV(B)40º35.12%80.39%-
XYZ45.9347.7228.98-
YUV182.799.95143.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=39.50%
G=34.87%
B=25.63%

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
Decimal20518113300.120.350.204041.8666.27
HexCDB5850C2314282a42
Octal31526520501443245052102
Binary11001101101101011000010101100100011101001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB585; }

 p { color: rgb(205,181,133); }

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

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

 a { background-color: rgb(205,181,133); }

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

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

 span { border-color: rgb(205,181,133); }

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