#CF9754

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

Shades of Whiskey Sour #CF9754

Tints of Whiskey Sour #CF9754

Color information

#CF9754 (or 0xCF9754) is unknown color: approx Whiskey Sour. HEX triplet: CF, 97 and 54. RGB value is (207,151,84). Sum of RGB (Red+Green+Blue) = 207+151+84=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9754 is #3068AB. Grayscale: #A0A0A0. Windows color (decimal): -3172524 or 5543887. OLE color: 5543887.

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

Color convert

RGB20715184-
CMYK00.270.590.19
HSL32.68º56.16%57.06%-
HSV(B)32.68º59.42%81.18%-
XYZ38.436.0413.32-
YUV160.1185.05161.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 84 (33.20% from 255) = 19.00%
R=46.83%
G=34.16%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071518400.270.590.1932.6856.1657.06
HexCF975401B3B13213839
Octal3172271240337323417071
Binary1100111110010111101010001101111101110011100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9754; }

 p { color: rgb(207,151,84); }

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

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

 a { background-color: rgb(207,151,84); }

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

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

 span { border-color: rgb(207,151,84); }

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