Html Css Color HEX #C8916C Whiskey

📋 copy color: '#C8916C'

red 200 ◦ green 145 ◦ blue 108

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

Shades of Whiskey #C8916C

Tints of Whiskey #C8916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 44.15%
G = 32.01%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8916C (or 0xC8916C) is known color: Whiskey. HEX triplet: C8, 91 and 6C. RGB value is (200,145,108). Sum of RGB (Red+Green+Blue) = 200+145+108=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8916C is #376E93. Grayscale: #9D9D9D. Windows color (decimal): -3632788 or 7115208. OLE color: 7115208.

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

Color convert

RGB 200 145 108 -
CMYK 0 0.28 0.46 0.22
HSL 24.13º 0.46% 0.6% -
HSV(B) 24.13º 0.46% 0.78% -
XYZ 36.65 33.61 18.74 -
YUV 157.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 200 145 108 0 0.28 0.46 0.22 24.13 0.46 0.6
Hex C8 91 6C 0 1C 2E 16 18 2E 3C
Octal 310 221 154 0 34 56 26 30 56 74
Binary 11001000 10010001 1101100 0 11100 101110 10110 11000 101110 111100

Color Harmonies of #C8916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8916C

Black with #C8916C

Text Example


Text Example

White with #C8916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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