#CF9068

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

Shades of Whiskey #CF9068

Tints of Whiskey #CF9068

Color information

#CF9068 (or 0xCF9068) is unknown color: approx Whiskey. HEX triplet: CF, 90 and 68. RGB value is (207,144,104). Sum of RGB (Red+Green+Blue) = 207+144+104=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9068 is #306F97. Grayscale: #9E9E9E. Windows color (decimal): -3174296 or 6852815. OLE color: 6852815.

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

Color convert

RGB207144104-
CMYK00.300.500.19
HSL23.3º51.76%60.98%-
HSV(B)23.3º49.76%81.18%-
XYZ38.234.2117.69-
YUV158.2897.37162.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=45.49%
G=31.65%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714410400.300.500.1923.351.7660.98
HexCF906801E321317343d
Octal3172201500366223276475
Binary110011111001000011010000111101100101001110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9068; }

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

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

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

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

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

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

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

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