#CD9260

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

Shades of Whiskey #CD9260

Tints of Whiskey #CD9260

Color information

#CD9260 (or 0xCD9260) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 60. RGB value is (205,146,96). Sum of RGB (Red+Green+Blue) = 205+146+96=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9260 is #326D9F. Grayscale: #9E9E9E. Windows color (decimal): -3304864 or 6329037. OLE color: 6329037.

HSL color Cylindrical-coordinate representation of color #CD9260: hue angle of 27.52º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD9260 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20514696-
CMYK00.290.530.20
HSL27.52º52.15%59.02%-
HSV(B)27.52º53.17%80.39%-
XYZ37.5734.3815.72-
YUV157.9493.05161.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=45.86%
G=32.66%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051469600.290.530.2027.5252.1559.02
HexCD926001D35141c343b
Octal3152221400356524346473
Binary110011011001001011000000111011101011010011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9260; }

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

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

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

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

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

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

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

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