#CF9656

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

Shades of Whiskey Sour #CF9656

Tints of Whiskey Sour #CF9656

Color information

#CF9656 (or 0xCF9656) is unknown color: approx Whiskey Sour. HEX triplet: CF, 96 and 56. RGB value is (207,150,86). Sum of RGB (Red+Green+Blue) = 207+150+86=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9656 is #3069A9. Grayscale: #A0A0A0. Windows color (decimal): -3172778 or 5674703. OLE color: 5674703.

HSL color Cylindrical-coordinate representation of color #CF9656: hue angle of 31.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF9656 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20715086-
CMYK00.280.580.19
HSL31.74º55.76%57.45%-
HSV(B)31.74º58.45%81.18%-
XYZ38.3235.7513.68-
YUV159.7586.38161.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=46.73%
G=33.86%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071508600.280.580.1931.7455.7657.45
HexCF965601C3A13203839
Octal3172261260347223407071
Binary1100111110010110101011001110011101010011100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9656; }

 p { color: rgb(207,150,86); }

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

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

 a { background-color: rgb(207,150,86); }

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

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

 span { border-color: rgb(207,150,86); }

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