#CF955C

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

Shades of Whiskey Sour #CF955C

Tints of Whiskey Sour #CF955C

Color information

#CF955C (or 0xCF955C) is unknown color: approx Whiskey Sour. HEX triplet: CF, 95 and 5C. RGB value is (207,149,92). Sum of RGB (Red+Green+Blue) = 207+149+92=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955C is #306AA3. Grayscale: #A0A0A0. Windows color (decimal): -3173028 or 6067663. OLE color: 6067663.

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

Color convert

RGB20714992-
CMYK00.280.560.19
HSL29.74º54.5%58.63%-
HSV(B)29.74º55.56%81.18%-
XYZ38.4135.5314.96-
YUV159.8489.72161.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=46.21%
G=33.26%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071499200.280.560.1929.7454.558.63
HexCF955C01C38131e373b
Octal3172251340347023366773
Binary110011111001010110111000111001110001001111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF955C; }

 p { color: rgb(207,149,92); }

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

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

 a { background-color: rgb(207,149,92); }

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

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

 span { border-color: rgb(207,149,92); }

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