#CD955C

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

Shades of Whiskey Sour #CD955C

Tints of Whiskey Sour #CD955C

Color information

#CD955C (or 0xCD955C) is unknown color: approx Whiskey Sour. HEX triplet: CD, 95 and 5C. RGB value is (205,149,92). Sum of RGB (Red+Green+Blue) = 205+149+92=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD955C is #326AA3. Grayscale: #9F9F9F. Windows color (decimal): -3304100 or 6067661. OLE color: 6067661.

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

Color convert

RGB20514992-
CMYK00.270.550.20
HSL30.27º53.05%58.24%-
HSV(B)30.27º55.12%80.39%-
XYZ37.8635.2514.93-
YUV159.2590.05160.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=45.96%
G=33.41%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051499200.270.550.2030.2753.0558.24
HexCD955C01B37141e353a
Octal3152251340336724366572
Binary110011011001010110111000110111101111010011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD955C; }

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

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

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

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

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

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

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

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