#CF9156

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

Shades of Whiskey Sour #CF9156

Tints of Whiskey Sour #CF9156

Color information

#CF9156 (or 0xCF9156) is unknown color: approx Whiskey Sour. HEX triplet: CF, 91 and 56. RGB value is (207,145,86). Sum of RGB (Red+Green+Blue) = 207+145+86=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9156 is #306EA9. Grayscale: #9D9D9D. Windows color (decimal): -3174058 or 5673423. OLE color: 5673423.

HSL color Cylindrical-coordinate representation of color #CF9156: hue angle of 29.26º 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 #CF9156 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20714586-
CMYK00.300.580.19
HSL29.26º55.76%57.45%-
HSV(B)29.26º58.45%81.18%-
XYZ37.5434.1913.42-
YUV156.8188.04163.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=47.26%
G=33.11%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071458600.300.580.1929.2655.7657.45
HexCF915601E3A131d3839
Octal3172211260367223357071
Binary110011111001000110101100111101110101001111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9156; }

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

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

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

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

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

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

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

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