#CF9065

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

Shades of Whiskey #CF9065

Tints of Whiskey #CF9065

Color information

#CF9065 (or 0xCF9065) is unknown color: approx Whiskey. HEX triplet: CF, 90 and 65. RGB value is (207,144,101). Sum of RGB (Red+Green+Blue) = 207+144+101=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9065 is #306F9A. Grayscale: #9E9E9E. Windows color (decimal): -3174299 or 6656207. OLE color: 6656207.

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

Color convert

RGB207144101-
CMYK00.300.510.19
HSL24.34º52.48%60.39%-
HSV(B)24.34º51.21%81.18%-
XYZ38.0534.1516.9-
YUV157.9495.87163-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=45.80%
G=31.86%
B=22.35%

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
Decimal20714410100.300.510.1924.3452.4860.39
HexCF906501E331318343c
Octal3172201450366323306474
Binary110011111001000011001010111101100111001111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9065; }

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

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

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

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

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

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

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

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