#CF9354

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

Shades of Whiskey Sour #CF9354

Tints of Whiskey Sour #CF9354

Color information

#CF9354 (or 0xCF9354) is unknown color: approx Whiskey Sour. HEX triplet: CF, 93 and 54. RGB value is (207,147,84). Sum of RGB (Red+Green+Blue) = 207+147+84=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9354 is #306CAB. Grayscale: #9E9E9E. Windows color (decimal): -3173548 or 5542863. OLE color: 5542863.

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

Color convert

RGB20714784-
CMYK00.290.590.19
HSL30.73º56.16%57.06%-
HSV(B)30.73º59.42%81.18%-
XYZ37.7734.7713.11-
YUV157.7686.38163.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=47.26%
G=33.56%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071478400.290.590.1930.7356.1657.06
HexCF935401D3B131f3839
Octal3172231240357323377071
Binary110011111001001110101000111011110111001111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9354; }

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

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

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

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

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

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

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

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