#CD9255

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

Shades of Whiskey Sour #CD9255

Tints of Whiskey Sour #CD9255

Color information

#CD9255 (or 0xCD9255) is unknown color: approx Whiskey Sour. HEX triplet: CD, 92 and 55. RGB value is (205,146,85). Sum of RGB (Red+Green+Blue) = 205+146+85=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9255 is #326DAA. Grayscale: #9C9C9C. Windows color (decimal): -3304875 or 5608141. OLE color: 5608141.

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

Color convert

RGB20514685-
CMYK00.290.590.20
HSL30.5º54.55%56.86%-
HSV(B)30.5º58.54%80.39%-
XYZ37.134.1913.24-
YUV156.6987.55162.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=47.02%
G=33.49%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051468500.290.590.2030.554.5556.86
HexCD925501D3B141f3739
Octal3152221250357324376771
Binary110011011001001010101010111011110111010011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9255; }

 p { color: rgb(205,146,85); }

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

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

 a { background-color: rgb(205,146,85); }

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

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

 span { border-color: rgb(205,146,85); }

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