Html Css Color HEX #C88B64 Whiskey

📋 copy color: '#C88B64'

red 200 ◦ green 139 ◦ blue 100

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

Shades of Whiskey #C88B64

Tints of Whiskey #C88B64

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 100 (39.45% from 255) = 22.78%

R = 45.56%
G = 31.66%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88B64 (or 0xC88B64) is known color: Whiskey. HEX triplet: C8, 8B and 64. RGB value is (200,139,100). Sum of RGB (Red+Green+Blue) = 200+139+100=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B64 is #37749B. Grayscale: #999999. Windows color (decimal): -3634332 or 6589384. OLE color: 6589384.

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

Color convert

RGB 200 139 100 -
CMYK 0 0.30 0.5 0.22
HSL 23.4º 0.48% 0.59% -
HSV(B) 23.4º 0.5% 0.78% -
XYZ 35.35 31.66 16.31 -
YUV 152.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 200 139 100 0 0.30 0.5 0.22 23.4 0.48 0.59
Hex C8 8B 64 0 1E 32 16 17 30 3B
Octal 310 213 144 0 36 62 26 27 60 73
Binary 11001000 10001011 1100100 0 11110 110010 10110 10111 110000 111011

Color Harmonies of #C88B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B64

Black with #C88B64

Text Example


Text Example

White with #C88B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B64; }

 p { color: rgb(200,139,100); }

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

background-color css

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

 a { background-color: rgb(200,139,100); }

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

border-color css

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

 span { border-color: rgb(200,139,100); }

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