#CF8B57

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

Shades of Whiskey Sour #CF8B57

Tints of Whiskey Sour #CF8B57

Color information

#CF8B57 (or 0xCF8B57) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8B and 57. RGB value is (207,139,87). Sum of RGB (Red+Green+Blue) = 207+139+87=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B57 is #3074A8. Grayscale: #999999. Windows color (decimal): -3175593 or 5737423. OLE color: 5737423.

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

Color convert

RGB20713987-
CMYK00.330.580.19
HSL26º55.56%57.65%-
HSV(B)26º57.97%81.18%-
XYZ36.6932.4213.34-
YUV153.490.53166.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=47.81%
G=32.10%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071398700.330.580.192655.5657.65
HexCF8B570213A131a383a
Octal3172131270417223327072
Binary1100111110001011101011101000011110101001111010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8B57; }

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

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

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

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

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

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

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

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