#CF8D5D

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

Shades of Whiskey Sour #CF8D5D

Tints of Whiskey Sour #CF8D5D

Color information

#CF8D5D (or 0xCF8D5D) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8D and 5D. RGB value is (207,141,93). Sum of RGB (Red+Green+Blue) = 207+141+93=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D5D is #3072A2. Grayscale: #9B9B9B. Windows color (decimal): -3175075 or 6131151. OLE color: 6131151.

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

Color convert

RGB20714193-
CMYK00.320.550.19
HSL25.26º54.29%58.82%-
HSV(B)25.26º55.07%81.18%-
XYZ37.2333.1114.78-
YUV155.2692.87164.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=46.94%
G=31.97%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071419300.320.550.1925.2654.2958.82
HexCF8D5D020371319363b
Octal3172151350406723316673
Binary1100111110001101101110101000001101111001111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D5D; }

 p { color: rgb(207,141,93); }

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

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

 a { background-color: rgb(207,141,93); }

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

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

 span { border-color: rgb(207,141,93); }

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