#CD9561

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

Shades of Whiskey #CD9561

Tints of Whiskey #CD9561

Color information

#CD9561 (or 0xCD9561) is unknown color: approx Whiskey. HEX triplet: CD, 95 and 61. RGB value is (205,149,97). Sum of RGB (Red+Green+Blue) = 205+149+97=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9561 is #326A9E. Grayscale: #A0A0A0. Windows color (decimal): -3304095 or 6395341. OLE color: 6395341.

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

Color convert

RGB20514997-
CMYK00.270.530.20
HSL28.89º51.92%59.22%-
HSV(B)28.89º52.68%80.39%-
XYZ38.0835.3416.12-
YUV159.8292.55160.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=45.45%
G=33.04%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051499700.270.530.2028.8951.9259.22
HexCD956101B35141d343b
Octal3152251410336524356473
Binary110011011001010111000010110111101011010011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9561; }

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

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

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

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

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

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

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

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