#CF8954

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

Shades of Whiskey Sour #CF8954

Tints of Whiskey Sour #CF8954

Color information

#CF8954 (or 0xCF8954) is unknown color: approx Whiskey Sour. HEX triplet: CF, 89 and 54. RGB value is (207,137,84). Sum of RGB (Red+Green+Blue) = 207+137+84=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8954 is #3076AB. Grayscale: #989898. Windows color (decimal): -3176108 or 5540303. OLE color: 5540303.

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

Color convert

RGB20713784-
CMYK00.340.590.19
HSL25.85º56.16%57.06%-
HSV(B)25.85º59.42%81.18%-
XYZ36.2831.812.61-
YUV151.8989.69167.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=48.36%
G=32.01%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071378400.340.590.1925.8556.1657.06
HexCF89540223B131a3839
Octal3172111240427323327071
Binary1100111110001001101010001000101110111001111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8954; }

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

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

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

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

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

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

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

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