#CF9558

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

Shades of Whiskey Sour #CF9558

Tints of Whiskey Sour #CF9558

Color information

#CF9558 (or 0xCF9558) is unknown color: approx Whiskey Sour. HEX triplet: CF, 95 and 58. RGB value is (207,149,88). Sum of RGB (Red+Green+Blue) = 207+149+88=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9558 is #306AA7. Grayscale: #9F9F9F. Windows color (decimal): -3173032 or 5805519. OLE color: 5805519.

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

Color convert

RGB20714988-
CMYK00.280.570.19
HSL30.76º55.35%57.84%-
HSV(B)30.76º57.49%81.18%-
XYZ38.2435.4614.06-
YUV159.3987.72161.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=46.62%
G=33.56%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071498800.280.570.1930.7655.3557.84
HexCF955801C39131f373a
Octal3172251300347123376772
Binary110011111001010110110000111001110011001111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9558; }

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

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

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

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

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

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

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

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