#CF9164

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

Shades of Whiskey #CF9164

Tints of Whiskey #CF9164

Color information

#CF9164 (or 0xCF9164) is unknown color: approx Whiskey. HEX triplet: CF, 91 and 64. RGB value is (207,145,100). Sum of RGB (Red+Green+Blue) = 207+145+100=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9164 is #306E9B. Grayscale: #9E9E9E. Windows color (decimal): -3174044 or 6590927. OLE color: 6590927.

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

Color convert

RGB207145100-
CMYK00.300.520.19
HSL25.23º52.71%60.2%-
HSV(B)25.23º51.69%81.18%-
XYZ38.1634.4416.69-
YUV158.4195.04162.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=45.80%
G=32.08%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714510000.300.520.1925.2352.7160.2
HexCF916401E341319353c
Octal3172211440366423316574
Binary110011111001000111001000111101101001001111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9164; }

 p { color: rgb(207,145,100); }

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

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

 a { background-color: rgb(207,145,100); }

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

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

 span { border-color: rgb(207,145,100); }

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