#CDB485

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

Shades of Tan #CDB485

Tints of Tan #CDB485

Color information

#CDB485 (or 0xCDB485) is unknown color: approx Tan. HEX triplet: CD, B4 and 85. RGB value is (205,180,133). Sum of RGB (Red+Green+Blue) = 205+180+133=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB485 is #324B7A. Grayscale: #B6B6B6. Windows color (decimal): -3296123 or 8762573. OLE color: 8762573.

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

Color convert

RGB205180133-
CMYK00.120.350.20
HSL39.17º41.86%66.27%-
HSV(B)39.17º35.12%80.39%-
XYZ45.7347.3228.91-
YUV182.12100.28144.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=39.58%
G=34.75%
B=25.68%

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
Decimal20518013300.120.350.2039.1741.8666.27
HexCDB4850C2314272a42
Octal31526420501443244752102
Binary11001101101101001000010101100100011101001001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB485; }

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

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

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

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

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

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

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

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