Html Css Color HEX #C8895F Whiskey

📋 copy color: '#C8895F'

red 200 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #C8895F

Tints of Whiskey #C8895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

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

R = 46.3%
G = 31.71%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8895F (or 0xC8895F) is known color: Whiskey. HEX triplet: C8, 89 and 5F. RGB value is (200,137,95). Sum of RGB (Red+Green+Blue) = 200+137+95=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8895F is #3776A0. Grayscale: #979797. Windows color (decimal): -3634849 or 6261192. OLE color: 6261192.

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

Color convert

RGB 200 137 95 -
CMYK 0 0.32 0.52 0.22
HSL 24º 0.49% 0.58% -
HSV(B) 24º 0.53% 0.78% -
XYZ 34.83 31 14.97 -
YUV 151.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 200 137 95 0 0.32 0.52 0.22 24 0.49 0.58
Hex C8 89 5F 0 20 34 16 18 31 3A
Octal 310 211 137 0 40 64 26 30 61 72
Binary 11001000 10001001 1011111 0 100000 110100 10110 11000 110001 111010

Color Harmonies of #C8895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8895F

Black with #C8895F

Text Example


Text Example

White with #C8895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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