#CDB98E

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

Shades of Tan #CDB98E

Tints of Tan #CDB98E

Color information

#CDB98E (or 0xCDB98E) is unknown color: approx Tan. HEX triplet: CD, B9 and 8E. RGB value is (205,185,142). Sum of RGB (Red+Green+Blue) = 205+185+142=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB98E is #324671. Grayscale: #BABABA. Windows color (decimal): -3294834 or 9353677. OLE color: 9353677.

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

Color convert

RGB205185142-
CMYK00.100.310.20
HSL40.95º38.65%68.04%-
HSV(B)40.95º30.73%80.39%-
XYZ47.4149.6332.67-
YUV186.08103.13141.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=38.53%
G=34.77%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518514200.100.310.2040.9538.6568.04
HexCDB98E0A1F14292744
Octal31527121601237245147104
Binary1100110110111001100011100101011111101001010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB98E; }

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

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

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

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

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

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

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

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