Html Css Color HEX #C88D61 Whiskey

📋 copy color: '#C88D61'

red 200 ◦ green 141 ◦ blue 97

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

Shades of Whiskey #C88D61

Tints of Whiskey #C88D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 45.66%
G = 32.19%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88D61 (or 0xC88D61) is known color: Whiskey. HEX triplet: C8, 8D and 61. RGB value is (200,141,97). Sum of RGB (Red+Green+Blue) = 200+141+97=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D61 is #37729E. Grayscale: #999999. Windows color (decimal): -3633823 or 6393288. OLE color: 6393288.

HSL color Cylindrical-coordinate representation of color #C88D61: hue angle of 25.63º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88D61 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 97 -
CMYK 0 0.29 0.52 0.22
HSL 25.63º 0.48% 0.58% -
HSV(B) 25.63º 0.52% 0.78% -
XYZ 35.5 32.19 15.65 -
YUV 153.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 200 141 97 0 0.29 0.52 0.22 25.63 0.48 0.58
Hex C8 8D 61 0 1D 34 16 1A 30 3A
Octal 310 215 141 0 35 64 26 32 60 72
Binary 11001000 10001101 1100001 0 11101 110100 10110 11010 110000 111010

Color Harmonies of #C88D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D61

Black with #C88D61

Text Example


Text Example

White with #C88D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D61; }

 p { color: rgb(200,141,97); }

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

background-color css

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

 a { background-color: rgb(200,141,97); }

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

border-color css

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

 span { border-color: rgb(200,141,97); }

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