#CD995D

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

Shades of Whiskey Sour #CD995D

Tints of Whiskey Sour #CD995D

Color information

#CD995D (or 0xCD995D) is unknown color: approx Whiskey Sour. HEX triplet: CD, 99 and 5D. RGB value is (205,153,93). Sum of RGB (Red+Green+Blue) = 205+153+93=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD995D is #3266A2. Grayscale: #A1A1A1. Windows color (decimal): -3303075 or 6134221. OLE color: 6134221.

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

Color convert

RGB20515393-
CMYK00.250.550.20
HSL32.14º52.83%58.43%-
HSV(B)32.14º54.63%80.39%-
XYZ38.5436.5515.38-
YUV161.7189.23158.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=45.45%
G=33.92%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051539300.250.550.2032.1452.8358.43
HexCD995D019371420353a
Octal3152311350316724406572
Binary1100110110011001101110101100111011110100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD995D; }

 p { color: rgb(205,153,93); }

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

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

 a { background-color: rgb(205,153,93); }

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

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

 span { border-color: rgb(205,153,93); }

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