#CF9165

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

Shades of Whiskey #CF9165

Tints of Whiskey #CF9165

Color information

#CF9165 (or 0xCF9165) is unknown color: approx Whiskey. HEX triplet: CF, 91 and 65. RGB value is (207,145,101). Sum of RGB (Red+Green+Blue) = 207+145+101=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9165 is #306E9A. Grayscale: #9E9E9E. Windows color (decimal): -3174043 or 6656463. OLE color: 6656463.

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

Color convert

RGB207145101-
CMYK00.300.510.19
HSL24.91º52.48%60.39%-
HSV(B)24.91º51.21%81.18%-
XYZ38.2134.4616.95-
YUV158.5295.54162.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=45.70%
G=32.01%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714510100.300.510.1924.9152.4860.39
HexCF916501E331319343c
Octal3172211450366323316474
Binary110011111001000111001010111101100111001111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9165; }

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

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

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

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

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

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

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

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