#CF8E51

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

Shades of Whiskey Sour #CF8E51

Tints of Whiskey Sour #CF8E51

Color information

#CF8E51 (or 0xCF8E51) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8E and 51. RGB value is (207,142,81). Sum of RGB (Red+Green+Blue) = 207+142+81=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E51 is #3071AE. Grayscale: #9A9A9A. Windows color (decimal): -3174831 or 5344975. OLE color: 5344975.

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

Color convert

RGB20714281-
CMYK00.310.610.19
HSL29.05º56.76%56.47%-
HSV(B)29.05º60.87%81.18%-
XYZ36.8933.2112.25-
YUV154.4886.53165.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=48.14%
G=33.02%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071428100.310.610.1929.0556.7656.47
HexCF8E5101F3D131d3938
Octal3172161210377523357170
Binary110011111000111010100010111111111011001111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E51; }

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

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

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

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

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

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

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

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