Html Css Color HEX #C8915F Whiskey

📋 copy color: '#C8915F'

red 200 ◦ green 145 ◦ blue 95

#C8915F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #C8915F

Tints of Whiskey #C8915F

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

 GREEN value IS 145 (57.03% from 255) = 32.95%

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 45.45%
G = 32.95%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8915F (or 0xC8915F) is known color: Whiskey. HEX triplet: C8, 91 and 5F. RGB value is (200,145,95). Sum of RGB (Red+Green+Blue) = 200+145+95=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8915F is #376EA0. Grayscale: #9C9C9C. Windows color (decimal): -3632801 or 6263240. OLE color: 6263240.

HSL color Cylindrical-coordinate representation of color #C8915F: hue angle of 28.57º 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 #C8915F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 95 -
CMYK 0 0.28 0.52 0.22
HSL 28.57º 0.49% 0.58% -
HSV(B) 28.57º 0.53% 0.78% -
XYZ 36.01 33.36 15.37 -
YUV 155.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 200 145 95 0 0.28 0.52 0.22 28.57 0.49 0.58
Hex C8 91 5F 0 1C 34 16 1D 31 3A
Octal 310 221 137 0 34 64 26 35 61 72
Binary 11001000 10010001 1011111 0 11100 110100 10110 11101 110001 111010

Color Harmonies of #C8915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8915F

Black with #C8915F

Text Example


Text Example

White with #C8915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8915F; }

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

 H1.HeaderClassName
 {
   color: #C8915F;
 }
 .AnyTagClassName
 {
   color: #C8915F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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