#CF8D52

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

Shades of Whiskey Sour #CF8D52

Tints of Whiskey Sour #CF8D52

Color information

#CF8D52 (or 0xCF8D52) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8D and 52. RGB value is (207,141,82). Sum of RGB (Red+Green+Blue) = 207+141+82=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D52 is #3072AD. Grayscale: #9A9A9A. Windows color (decimal): -3175086 or 5410255. OLE color: 5410255.

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

Color convert

RGB20714182-
CMYK00.320.600.19
HSL28.32º56.56%56.67%-
HSV(B)28.32º60.39%81.18%-
XYZ36.7832.9212.4-
YUV154.0187.37165.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=48.14%
G=32.79%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071418200.320.600.1928.3256.5656.67
HexCF8D520203C131c3939
Octal3172151220407423347171
Binary1100111110001101101001001000001111001001111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D52; }

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

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

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

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

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

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

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

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