#CDB290

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

Shades of Tan #CDB290

Tints of Tan #CDB290

Color information

#CDB290 (or 0xCDB290) is unknown color: approx Tan. HEX triplet: CD, B2 and 90. RGB value is (205,178,144). Sum of RGB (Red+Green+Blue) = 205+178+144=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB290 is #324D6F. Grayscale: #B6B6B6. Windows color (decimal): -3296624 or 9482957. OLE color: 9482957.

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

Color convert

RGB205178144-
CMYK00.130.300.20
HSL33.44º37.89%68.43%-
HSV(B)33.44º29.76%80.39%-
XYZ46.1346.8332.99-
YUV182.2106.45144.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=38.90%
G=33.78%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517814400.130.300.2033.4437.8968.43
HexCDB2900D1E14212644
Octal31526222001536244146104
Binary1100110110110010100100000110111110101001000011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB290; }

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

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

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

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

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

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

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

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