Html Css Color HEX #C8936B Whiskey

📋 copy color: '#C8936B'

red 200 ◦ green 147 ◦ blue 107

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

Shades of Whiskey #C8936B

Tints of Whiskey #C8936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 44.05%
G = 32.38%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8936B (or 0xC8936B) is known color: Whiskey. HEX triplet: C8, 93 and 6B. RGB value is (200,147,107). Sum of RGB (Red+Green+Blue) = 200+147+107=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936B is #376C94. Grayscale: #9E9E9E. Windows color (decimal): -3632277 or 7050184. OLE color: 7050184.

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

Color convert

RGB 200 147 107 -
CMYK 0 0.26 0.46 0.22
HSL 25.81º 0.46% 0.6% -
HSV(B) 25.81º 0.47% 0.78% -
XYZ 36.91 34.21 18.57 -
YUV 158.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 200 147 107 0 0.26 0.46 0.22 25.81 0.46 0.6
Hex C8 93 6B 0 1A 2E 16 1A 2E 3C
Octal 310 223 153 0 32 56 26 32 56 74
Binary 11001000 10010011 1101011 0 11010 101110 10110 11010 101110 111100

Color Harmonies of #C8936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8936B

Black with #C8936B

Text Example


Text Example

White with #C8936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8936B; }

 p { color: rgb(200,147,107); }

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

background-color css

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

 a { background-color: rgb(200,147,107); }

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

border-color css

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

 span { border-color: rgb(200,147,107); }

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