#CD9261

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

Shades of Whiskey #CD9261

Tints of Whiskey #CD9261

Color information

#CD9261 (or 0xCD9261) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 61. RGB value is (205,146,97). Sum of RGB (Red+Green+Blue) = 205+146+97=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9261 is #326D9E. Grayscale: #9E9E9E. Windows color (decimal): -3304863 or 6394573. OLE color: 6394573.

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

Color convert

RGB20514697-
CMYK00.290.530.20
HSL27.22º51.92%59.22%-
HSV(B)27.22º52.68%80.39%-
XYZ37.6134.415.97-
YUV158.0593.55161.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=45.76%
G=32.59%
B=21.65%

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
Decimal2051469700.290.530.2027.2251.9259.22
HexCD926101D35141b343b
Octal3152221410356524336473
Binary110011011001001011000010111011101011010011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9261; }

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

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

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

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

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

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

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

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