#cf9050

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

Shades of Whiskey Sour #CF9050

Tints of Whiskey Sour #CF9050

Color information

#CF9050 (or 0xCF9050) is unknown color: approx Whiskey Sour. HEX triplet: CF, 90 and 50. RGB value is (207,144,80). Sum of RGB (Red+Green+Blue) = 207+144+80=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9050 is #306FAF. Grayscale: #9B9B9B. Windows color (decimal): -3174320 or 5279951. OLE color: 5279951.

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

Color convert

RGB20714480-
CMYK00.300.610.19
HSL30.24º56.95%56.27%-
HSV(B)30.24º61.35%81.18%-
XYZ37.1533.7912.15-
YUV155.5485.37164.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=48.03%
G=33.41%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071448000.300.610.1930.2456.9556.27
HexCF905001E3D131e3938
Octal3172201200367523367170
Binary110011111001000010100000111101111011001111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9050; }

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

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

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

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

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

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

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

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