#CDB592

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

Shades of Tan #CDB592

Tints of Tan #CDB592

Color information

#CDB592 (or 0xCDB592) is unknown color: approx Tan. HEX triplet: CD, B5 and 92. RGB value is (205,181,146). Sum of RGB (Red+Green+Blue) = 205+181+146=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB592 is #324A6D. Grayscale: #B8B8B8. Windows color (decimal): -3295854 or 9614797. OLE color: 9614797.

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

Color convert

RGB205181146-
CMYK00.120.290.20
HSL35.59º37.11%68.82%-
HSV(B)35.59º28.78%80.39%-
XYZ46.8948.134.01-
YUV184.19106.45142.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=38.53%
G=34.02%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518114600.120.290.2035.5937.1168.82
HexCDB5920C1D14242545
Octal31526522201435244445105
Binary1100110110110101100100100110011101101001001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB592; }

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

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

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

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

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

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

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

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