#CD915D

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

Shades of Whiskey Sour #CD915D

Tints of Whiskey Sour #CD915D

Color information

#CD915D (or 0xCD915D) is unknown color: approx Whiskey Sour. HEX triplet: CD, 91 and 5D. RGB value is (205,145,93). Sum of RGB (Red+Green+Blue) = 205+145+93=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD915D is #326EA2. Grayscale: #9D9D9D. Windows color (decimal): -3305123 or 6132173. OLE color: 6132173.

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

Color convert

RGB20514593-
CMYK00.290.550.20
HSL27.86º52.83%58.43%-
HSV(B)27.86º54.63%80.39%-
XYZ37.2834.0214.96-
YUV157.0191.88162.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=46.28%
G=32.73%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051459300.290.550.2027.8652.8358.43
HexCD915D01D37141c353a
Octal3152211350356724346572
Binary110011011001000110111010111011101111010011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD915D; }

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

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

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

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

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

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

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

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