#CDB491

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

Shades of Tan #CDB491

Tints of Tan #CDB491

Color information

#CDB491 (or 0xCDB491) is unknown color: approx Tan. HEX triplet: CD, B4 and 91. RGB value is (205,180,145). Sum of RGB (Red+Green+Blue) = 205+180+145=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB491 is #324B6E. Grayscale: #B7B7B7. Windows color (decimal): -3296111 or 9549005. OLE color: 9549005.

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

Color convert

RGB205180145-
CMYK00.120.290.20
HSL35º37.5%68.63%-
HSV(B)35º29.27%80.39%-
XYZ46.6147.6733.53-
YUV183.48106.28143.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=38.68%
G=33.96%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518014500.120.290.203537.568.63
HexCDB4910C1D14232645
Octal31526422101435244346105
Binary1100110110110100100100010110011101101001000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB491; }

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

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

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

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

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

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

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

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