#C8875B

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

Shades of Whiskey #C8875B

Tints of Whiskey #C8875B

Color information

#C8875B (or 0xC8875B) is unknown color: approx Whiskey. HEX triplet: C8, 87 and 5B. RGB value is (200,135,91). Sum of RGB (Red+Green+Blue) = 200+135+91=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8875B is #3778A4. Grayscale: #959595. Windows color (decimal): -3635365 or 5998536. OLE color: 5998536.

HSL color Cylindrical-coordinate representation of color #C8875B: hue angle of 24.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8875B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20013591-
CMYK00.320.540.22
HSL24.22º49.77%57.06%-
HSV(B)24.22º54.5%78.43%-
XYZ34.3730.3613.95-
YUV149.4295.03164.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=46.95%
G=31.69%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001359100.320.540.2224.2249.7757.06
HexC8875B0203616183239
Octal3102071330406626306271
Binary1100100010000111101101101000001101101011011000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8875B; }

 p { color: rgb(200,135,91); }

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

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

 a { background-color: rgb(200,135,91); }

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

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

 span { border-color: rgb(200,135,91); }

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