#C88F5F

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

Shades of Whiskey #C88F5F

Tints of Whiskey #C88F5F

Color information

#C88F5F (or 0xC88F5F) is unknown color: approx Whiskey. HEX triplet: C8, 8F and 5F. RGB value is (200,143,95). Sum of RGB (Red+Green+Blue) = 200+143+95=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F5F is #3770A0. Grayscale: #9A9A9A. Windows color (decimal): -3633313 or 6262728. OLE color: 6262728.

HSL color Cylindrical-coordinate representation of color #C88F5F: hue angle of 27.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C88F5F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20014395-
CMYK00.280.520.22
HSL27.43º48.84%57.84%-
HSV(B)27.43º52.5%78.43%-
XYZ35.7132.7515.27-
YUV154.5794.38160.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=45.66%
G=32.65%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001439500.280.520.2227.4348.8457.84
HexC88F5F01C34161b313a
Octal3102171370346426336172
Binary110010001000111110111110111001101001011011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F5F; }

 p { color: rgb(200,143,95); }

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

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

 a { background-color: rgb(200,143,95); }

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

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

 span { border-color: rgb(200,143,95); }

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