Html Css Color HEX #C89166 Whiskey

📋 copy color: '#C89166'

red 200 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #C89166

Tints of Whiskey #C89166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 44.74%
G = 32.44%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C89166 (or 0xC89166) is known color: Whiskey. HEX triplet: C8, 91 and 66. RGB value is (200,145,102). Sum of RGB (Red+Green+Blue) = 200+145+102=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C89166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89166 is #376E99. Grayscale: #9C9C9C. Windows color (decimal): -3632794 or 6721992. OLE color: 6721992.

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

Color convert

RGB 200 145 102 -
CMYK 0 0.28 0.49 0.22
HSL 26.33º 0.47% 0.59% -
HSV(B) 26.33º 0.49% 0.78% -
XYZ 36.34 33.49 17.12 -
YUV 156.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 200 145 102 0 0.28 0.49 0.22 26.33 0.47 0.59
Hex C8 91 66 0 1C 31 16 1A 2F 3B
Octal 310 221 146 0 34 61 26 32 57 73
Binary 11001000 10010001 1100110 0 11100 110001 10110 11010 101111 111011

Color Harmonies of #C89166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89166

Black with #C89166

Text Example


Text Example

White with #C89166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89166; }

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

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

background-color css

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

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

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

border-color css

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

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

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