#CF9358

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

Shades of Whiskey Sour #CF9358

Tints of Whiskey Sour #CF9358

Color information

#CF9358 (or 0xCF9358) is unknown color: approx Whiskey Sour. HEX triplet: CF, 93 and 58. RGB value is (207,147,88). Sum of RGB (Red+Green+Blue) = 207+147+88=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9358 is #306CA7. Grayscale: #9E9E9E. Windows color (decimal): -3173544 or 5805007. OLE color: 5805007.

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

Color convert

RGB20714788-
CMYK00.290.570.19
HSL29.75º55.35%57.84%-
HSV(B)29.75º57.49%81.18%-
XYZ37.9334.8413.96-
YUV158.2188.38162.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=46.83%
G=33.26%
B=19.91%

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
Decimal2071478800.290.570.1929.7555.3557.84
HexCF935801D39131e373a
Octal3172231300357123366772
Binary110011111001001110110000111011110011001111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9358; }

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

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

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

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

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

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

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

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