#CDB991

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

Shades of Tan #CDB991

Tints of Tan #CDB991

Color information

#CDB991 (or 0xCDB991) is unknown color: approx Tan. HEX triplet: CD, B9 and 91. RGB value is (205,185,145). Sum of RGB (Red+Green+Blue) = 205+185+145=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB991 is #32466E. Grayscale: #BABABA. Windows color (decimal): -3294831 or 9550285. OLE color: 9550285.

HSL color Cylindrical-coordinate representation of color #CDB991: hue angle of 40º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB991 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205185145-
CMYK00.100.290.20
HSL40º37.5%68.63%-
HSV(B)40º29.27%80.39%-
XYZ47.6449.7233.87-
YUV186.42104.63141.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=38.32%
G=34.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518514500.100.290.204037.568.63
HexCDB9910A1D14282645
Octal31527122101235245046105
Binary1100110110111001100100010101011101101001010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB991; }

 p { color: rgb(205,185,145); }

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

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

 a { background-color: rgb(205,185,145); }

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

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

 span { border-color: rgb(205,185,145); }

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