Html Css Color HEX #C88D5C Whiskey

📋 copy color: '#C88D5C'

red 200 ◦ green 141 ◦ blue 92

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

Shades of Whiskey #C88D5C

Tints of Whiskey #C88D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 46.19%
G = 32.56%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C88D5C (or 0xC88D5C) is known color: Whiskey. HEX triplet: C8, 8D and 5C. RGB value is (200,141,92). Sum of RGB (Red+Green+Blue) = 200+141+92=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D5C is #3772A3. Grayscale: #999999. Windows color (decimal): -3633828 or 6065608. OLE color: 6065608.

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

Color convert

RGB 200 141 92 -
CMYK 0 0.29 0.54 0.22
HSL 27.22º 0.5% 0.57% -
HSV(B) 27.22º 0.54% 0.78% -
XYZ 35.28 32.1 14.46 -
YUV 153.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 200 141 92 0 0.29 0.54 0.22 27.22 0.5 0.57
Hex C8 8D 5C 0 1D 36 16 1B 32 39
Octal 310 215 134 0 35 66 26 33 62 71
Binary 11001000 10001101 1011100 0 11101 110110 10110 11011 110010 111001

Color Harmonies of #C88D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D5C

Black with #C88D5C

Text Example


Text Example

White with #C88D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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