#CF9258

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

Shades of Whiskey Sour #CF9258

Tints of Whiskey Sour #CF9258

Color information

#CF9258 (or 0xCF9258) is unknown color: approx Whiskey Sour. HEX triplet: CF, 92 and 58. RGB value is (207,146,88). Sum of RGB (Red+Green+Blue) = 207+146+88=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9258 is #306DA7. Grayscale: #9D9D9D. Windows color (decimal): -3173800 or 5804751. OLE color: 5804751.

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

Color convert

RGB20714688-
CMYK00.290.570.19
HSL29.24º55.35%57.84%-
HSV(B)29.24º57.49%81.18%-
XYZ37.7734.5313.91-
YUV157.6388.71163.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=46.94%
G=33.11%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071468800.290.570.1929.2455.3557.84
HexCF925801D39131d373a
Octal3172221300357123356772
Binary110011111001001010110000111011110011001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9258; }

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

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

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

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

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

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

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

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