#CF9C60

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

Shades of Whiskey Sour #CF9C60

Tints of Whiskey Sour #CF9C60

Color information

#CF9C60 (or 0xCF9C60) is unknown color: approx Whiskey Sour. HEX triplet: CF, 9C and 60. RGB value is (207,156,96). Sum of RGB (Red+Green+Blue) = 207+156+96=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C60 is #30639F. Grayscale: #A4A4A4. Windows color (decimal): -3171232 or 6331599. OLE color: 6331599.

HSL color Cylindrical-coordinate representation of color #CF9C60: hue angle of 32.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF9C60 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20715696-
CMYK00.250.540.19
HSL32.43º53.62%59.41%-
HSV(B)32.43º53.62%81.18%-
XYZ39.7337.8916.29-
YUV164.4189.4158.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=45.10%
G=33.99%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071569600.250.540.1932.4353.6259.41
HexCF9C60019361320363b
Octal3172341400316623406673
Binary1100111110011100110000001100111011010011100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C60; }

 p { color: rgb(207,156,96); }

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

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

 a { background-color: rgb(207,156,96); }

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

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

 span { border-color: rgb(207,156,96); }

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