#CDB285

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

Shades of Tan #CDB285

Tints of Tan #CDB285

Color information

#CDB285 (or 0xCDB285) is unknown color: approx Tan. HEX triplet: CD, B2 and 85. RGB value is (205,178,133). Sum of RGB (Red+Green+Blue) = 205+178+133=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB285 is #324D7A. Grayscale: #B5B5B5. Windows color (decimal): -3296635 or 8762061. OLE color: 8762061.

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

Color convert

RGB205178133-
CMYK00.130.350.20
HSL37.5º41.86%66.27%-
HSV(B)37.5º35.12%80.39%-
XYZ45.3346.5128.78-
YUV180.94100.95145.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=39.73%
G=34.50%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517813300.130.350.2037.541.8666.27
HexCDB2850D2314262a42
Octal31526220501543244652102
Binary11001101101100101000010101101100011101001001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB285; }

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

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

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

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

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

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

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

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