Html Css Color HEX #C88D64 Whiskey

📋 copy color: '#C88D64'

red 200 ◦ green 141 ◦ blue 100

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

Shades of Whiskey #C88D64

Tints of Whiskey #C88D64

RGB

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

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

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

R = 45.35%
G = 31.97%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88D64 (or 0xC88D64) is known color: Whiskey. HEX triplet: C8, 8D and 64. RGB value is (200,141,100). Sum of RGB (Red+Green+Blue) = 200+141+100=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D64 is #37729B. Grayscale: #9A9A9A. Windows color (decimal): -3633820 or 6589896. OLE color: 6589896.

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

Color convert

RGB 200 141 100 -
CMYK 0 0.29 0.5 0.22
HSL 24.6º 0.48% 0.59% -
HSV(B) 24.6º 0.5% 0.78% -
XYZ 35.64 32.25 16.4 -
YUV 153.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 200 141 100 0 0.29 0.5 0.22 24.6 0.48 0.59
Hex C8 8D 64 0 1D 32 16 19 30 3B
Octal 310 215 144 0 35 62 26 31 60 73
Binary 11001000 10001101 1100100 0 11101 110010 10110 11001 110000 111011

Color Harmonies of #C88D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D64

Black with #C88D64

Text Example


Text Example

White with #C88D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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