#CF9A6D

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

Shades of Whiskey #CF9A6D

Tints of Whiskey #CF9A6D

Color information

#CF9A6D (or 0xCF9A6D) is unknown color: approx Whiskey. HEX triplet: CF, 9A and 6D. RGB value is (207,154,109). Sum of RGB (Red+Green+Blue) = 207+154+109=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6D is #306592. Grayscale: #A4A4A4. Windows color (decimal): -3171731 or 7183055. OLE color: 7183055.

HSL color Cylindrical-coordinate representation of color #CF9A6D: hue angle of 27.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF9A6D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207154109-
CMYK00.260.470.19
HSL27.55º50.52%61.96%-
HSV(B)27.55º47.34%81.18%-
XYZ40.0537.4819.59-
YUV164.7296.56158.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=44.04%
G=32.77%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715410900.260.470.1927.5550.5261.96
HexCF9A6D01A2F131c333e
Octal3172321550325723346376
Binary110011111001101011011010110101011111001111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A6D; }

 p { color: rgb(207,154,109); }

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

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

 a { background-color: rgb(207,154,109); }

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

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

 span { border-color: rgb(207,154,109); }

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