#CF8E56

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

Shades of Whiskey Sour #CF8E56

Tints of Whiskey Sour #CF8E56

Color information

#CF8E56 (or 0xCF8E56) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8E and 56. RGB value is (207,142,86). Sum of RGB (Red+Green+Blue) = 207+142+86=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E56 is #3071A9. Grayscale: #9B9B9B. Windows color (decimal): -3174826 or 5672655. OLE color: 5672655.

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

Color convert

RGB20714286-
CMYK00.310.580.19
HSL27.77º55.76%57.45%-
HSV(B)27.77º58.45%81.18%-
XYZ37.0833.2813.27-
YUV155.0589.03165.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=47.59%
G=32.64%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071428600.310.580.1927.7755.7657.45
HexCF8E5601F3A131c3839
Octal3172161260377223347071
Binary110011111000111010101100111111110101001111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E56; }

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

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

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

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

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

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

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

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