#CF9666

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

Shades of Whiskey #CF9666

Tints of Whiskey #CF9666

Color information

#CF9666 (or 0xCF9666) is unknown color: approx Whiskey. HEX triplet: CF, 96 and 66. RGB value is (207,150,102). Sum of RGB (Red+Green+Blue) = 207+150+102=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9666 is #306999. Grayscale: #A1A1A1. Windows color (decimal): -3172762 or 6723279. OLE color: 6723279.

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

Color convert

RGB207150102-
CMYK00.280.510.19
HSL27.43º52.24%60.59%-
HSV(B)27.43º50.72%81.18%-
XYZ39.0436.0417.47-
YUV161.5794.38160.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=45.10%
G=32.68%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715010200.280.510.1927.4352.2460.59
HexCF966601C33131b343d
Octal3172261460346323336475
Binary110011111001011011001100111001100111001111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9666; }

 p { color: rgb(207,150,102); }

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

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

 a { background-color: rgb(207,150,102); }

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

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

 span { border-color: rgb(207,150,102); }

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