#CC8F5D

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

Shades of Whiskey Sour #CC8F5D

Tints of Whiskey Sour #CC8F5D

Color information

#CC8F5D (or 0xCC8F5D) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8F and 5D. RGB value is (204,143,93). Sum of RGB (Red+Green+Blue) = 204+143+93=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5D is #3370A2. Grayscale: #9B9B9B. Windows color (decimal): -3371171 or 6131660. OLE color: 6131660.

HSL color Cylindrical-coordinate representation of color #CC8F5D: hue angle of 27.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC8F5D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20414393-
CMYK00.300.540.2
HSL27.03º52.11%58.24%-
HSV(B)27.03º54.41%80%-
XYZ36.733.2714.84-
YUV155.5492.71162.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=46.36%
G=32.5%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041439300.300.540.227.0352.1158.24
HexCC8F5D01E36141b343a
Octal3142171350366624336472
Binary110011001000111110111010111101101101010011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8F5D; }

 p { color: rgb(204,143,93); }

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

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

 a { background-color: rgb(204,143,93); }

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

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

 span { border-color: rgb(204,143,93); }

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