Html Css Color HEX #C88C63 Whiskey

📋 copy color: '#C88C63'

red 200 ◦ green 140 ◦ blue 99

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

Shades of Whiskey #C88C63

Tints of Whiskey #C88C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 45.56%
G = 31.89%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C88C63 (or 0xC88C63) is known color: Whiskey. HEX triplet: C8, 8C and 63. RGB value is (200,140,99). Sum of RGB (Red+Green+Blue) = 200+140+99=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C63 is #37739C. Grayscale: #999999. Windows color (decimal): -3634077 or 6524104. OLE color: 6524104.

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

Color convert

RGB 200 140 99 -
CMYK 0 0.3 0.50 0.22
HSL 24.36º 0.48% 0.59% -
HSV(B) 24.36º 0.51% 0.78% -
XYZ 35.45 31.94 16.1 -
YUV 153.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 200 140 99 0 0.3 0.50 0.22 24.36 0.48 0.59
Hex C8 8C 63 0 1E 32 16 18 30 3B
Octal 310 214 143 0 36 62 26 30 60 73
Binary 11001000 10001100 1100011 0 11110 110010 10110 11000 110000 111011

Color Harmonies of #C88C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C63

Black with #C88C63

Text Example


Text Example

White with #C88C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C63; }

 p { color: rgb(200,140,99); }

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

background-color css

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

 a { background-color: rgb(200,140,99); }

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

border-color css

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

 span { border-color: rgb(200,140,99); }

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