#CF8E52

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

Shades of Whiskey Sour #CF8E52

Tints of Whiskey Sour #CF8E52

Color information

#CF8E52 (or 0xCF8E52) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8E and 52. RGB value is (207,142,82). Sum of RGB (Red+Green+Blue) = 207+142+82=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E52 is #3071AD. Grayscale: #9A9A9A. Windows color (decimal): -3174830 or 5410511. OLE color: 5410511.

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

Color convert

RGB20714282-
CMYK00.310.600.19
HSL28.8º56.56%56.67%-
HSV(B)28.8º60.39%81.18%-
XYZ36.9333.2212.45-
YUV154.687.03165.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=48.03%
G=32.95%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071428200.310.600.1928.856.5656.67
HexCF8E5201F3C131d3939
Octal3172161220377423357171
Binary110011111000111010100100111111111001001111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E52; }

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

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

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

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

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

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

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

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