#CF8C57

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

Shades of Whiskey Sour #CF8C57

Tints of Whiskey Sour #CF8C57

Color information

#CF8C57 (or 0xCF8C57) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8C and 57. RGB value is (207,140,87). Sum of RGB (Red+Green+Blue) = 207+140+87=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C57 is #3073A8. Grayscale: #9A9A9A. Windows color (decimal): -3175337 or 5737679. OLE color: 5737679.

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

Color convert

RGB20714087-
CMYK00.320.580.19
HSL26.5º55.56%57.65%-
HSV(B)26.5º57.97%81.18%-
XYZ36.8332.7113.39-
YUV153.9990.2165.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 87 (34.38% from 255) = 20.05%
R=47.70%
G=32.26%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071408700.320.580.1926.555.5657.65
HexCF8C570203A131b383a
Octal3172141270407223337072
Binary1100111110001100101011101000001110101001111011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8C57; }

 p { color: rgb(207,140,87); }

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

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

 a { background-color: rgb(207,140,87); }

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

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

 span { border-color: rgb(207,140,87); }

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