#CF9365

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

Shades of Whiskey #CF9365

Tints of Whiskey #CF9365

Color information

#CF9365 (or 0xCF9365) is unknown color: approx Whiskey. HEX triplet: CF, 93 and 65. RGB value is (207,147,101). Sum of RGB (Red+Green+Blue) = 207+147+101=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9365 is #306C9A. Grayscale: #9F9F9F. Windows color (decimal): -3173531 or 6656975. OLE color: 6656975.

HSL color Cylindrical-coordinate representation of color #CF9365: hue angle of 26.04º 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 #CF9365 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207147101-
CMYK00.290.510.19
HSL26.04º52.48%60.39%-
HSV(B)26.04º51.21%81.18%-
XYZ38.5135.0717.05-
YUV159.794.88161.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=45.49%
G=32.31%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714710100.290.510.1926.0452.4860.39
HexCF936501D33131a343c
Octal3172231450356323326474
Binary110011111001001111001010111011100111001111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9365; }

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

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

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

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

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

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

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

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