#CDB490

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

Shades of Tan #CDB490

Tints of Tan #CDB490

Color information

#CDB490 (or 0xCDB490) is unknown color: approx Tan. HEX triplet: CD, B4 and 90. RGB value is (205,180,144). Sum of RGB (Red+Green+Blue) = 205+180+144=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB490 is #324B6F. Grayscale: #B7B7B7. Windows color (decimal): -3296112 or 9483469. OLE color: 9483469.

HSL color Cylindrical-coordinate representation of color #CDB490: hue angle of 35.41º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB490 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205180144-
CMYK00.120.300.20
HSL35.41º37.89%68.43%-
HSV(B)35.41º29.76%80.39%-
XYZ46.5347.6433.13-
YUV183.37105.78143.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=38.75%
G=34.03%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518014400.120.300.2035.4137.8968.43
HexCDB4900C1E14232644
Octal31526422001436244346104
Binary1100110110110100100100000110011110101001000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB490; }

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

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

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

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

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

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

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

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