#CD945F

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

Shades of Whiskey Sour #CD945F

Tints of Whiskey Sour #CD945F

Color information

#CD945F (or 0xCD945F) is unknown color: approx Whiskey Sour. HEX triplet: CD, 94 and 5F. RGB value is (205,148,95). Sum of RGB (Red+Green+Blue) = 205+148+95=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD945F is #326BA0. Grayscale: #9F9F9F. Windows color (decimal): -3304353 or 6264013. OLE color: 6264013.

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

Color convert

RGB20514895-
CMYK00.280.540.20
HSL28.91º52.38%58.82%-
HSV(B)28.91º53.66%80.39%-
XYZ37.8334.9915.59-
YUV15991.88160.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=45.76%
G=33.04%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051489500.280.540.2028.9152.3858.82
HexCD945F01C36141d343b
Octal3152241370346624356473
Binary110011011001010010111110111001101101010011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD945F; }

 p { color: rgb(205,148,95); }

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

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

 a { background-color: rgb(205,148,95); }

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

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

 span { border-color: rgb(205,148,95); }

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