#cd9562

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

Shades of Whiskey #CD9562

Tints of Whiskey #CD9562

Color information

#CD9562 (or 0xCD9562) is unknown color: approx Whiskey. HEX triplet: CD, 95 and 62. RGB value is (205,149,98). Sum of RGB (Red+Green+Blue) = 205+149+98=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9562 is #326A9D. Grayscale: #A0A0A0. Windows color (decimal): -3304094 or 6460877. OLE color: 6460877.

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

Color convert

RGB20514998-
CMYK00.270.520.20
HSL28.6º51.69%59.41%-
HSV(B)28.6º52.2%80.39%-
XYZ38.1335.3616.37-
YUV159.9393.05160.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=45.35%
G=32.96%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051499800.270.520.2028.651.6959.41
HexCD956201B34141d343b
Octal3152251420336424356473
Binary110011011001010111000100110111101001010011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9562; }

 p { color: rgb(205,149,98); }

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

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

 a { background-color: rgb(205,149,98); }

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

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

 span { border-color: rgb(205,149,98); }

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