#CDB690

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

Shades of Tan #CDB690

Tints of Tan #CDB690

Color information

#CDB690 (or 0xCDB690) is unknown color: approx Tan. HEX triplet: CD, B6 and 90. RGB value is (205,182,144). Sum of RGB (Red+Green+Blue) = 205+182+144=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB690 is #32496F. Grayscale: #B8B8B8. Windows color (decimal): -3295600 or 9483981. OLE color: 9483981.

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

Color convert

RGB205182144-
CMYK00.110.300.20
HSL37.38º37.89%68.43%-
HSV(B)37.38º29.76%80.39%-
XYZ46.9448.4533.26-
YUV184.54105.12142.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=38.61%
G=34.27%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518214400.110.300.2037.3837.8968.43
HexCDB6900B1E14252644
Octal31526622001336244546104
Binary1100110110110110100100000101111110101001001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB690; }

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

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

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

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

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

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

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

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