#CF8D62

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

Shades of Whiskey #CF8D62

Tints of Whiskey #CF8D62

Color information

#CF8D62 (or 0xCF8D62) is unknown color: approx Whiskey. HEX triplet: CF, 8D and 62. RGB value is (207,141,98). Sum of RGB (Red+Green+Blue) = 207+141+98=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D62 is #30729D. Grayscale: #9C9C9C. Windows color (decimal): -3175070 or 6458831. OLE color: 6458831.

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

Color convert

RGB20714198-
CMYK00.320.530.19
HSL23.67º53.17%59.8%-
HSV(B)23.67º52.66%81.18%-
XYZ37.4633.215.99-
YUV155.8395.37164.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=46.41%
G=31.61%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071419800.320.530.1923.6753.1759.8
HexCF8D62020351318353c
Octal3172151420406523306574
Binary1100111110001101110001001000001101011001111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D62; }

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

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

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

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

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

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

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

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