#CDB392

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

Shades of Tan #CDB392

Tints of Tan #CDB392

Color information

#CDB392 (or 0xCDB392) is unknown color: approx Tan. HEX triplet: CD, B3 and 92. RGB value is (205,179,146). Sum of RGB (Red+Green+Blue) = 205+179+146=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB392 is #324C6D. Grayscale: #B7B7B7. Windows color (decimal): -3296366 or 9614285. OLE color: 9614285.

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

Color convert

RGB205179146-
CMYK00.130.290.20
HSL33.56º37.11%68.82%-
HSV(B)33.56º28.78%80.39%-
XYZ46.4947.2933.87-
YUV183.01107.11143.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=38.68%
G=33.77%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517914600.130.290.2033.5637.1168.82
HexCDB3920D1D14222545
Octal31526322201535244245105
Binary1100110110110011100100100110111101101001000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB392; }

 p { color: rgb(205,179,146); }

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

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

 a { background-color: rgb(205,179,146); }

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

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

 span { border-color: rgb(205,179,146); }

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