Html Css Color HEX #C88E5D Whiskey

📋 copy color: '#C88E5D'

red 200 ◦ green 142 ◦ blue 93

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

Shades of Whiskey #C88E5D

Tints of Whiskey #C88E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 45.98%
G = 32.64%
B = 21.38%

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

#C88E5D (or 0xC88E5D) is known color: Whiskey. HEX triplet: C8, 8E and 5D. RGB value is (200,142,93). Sum of RGB (Red+Green+Blue) = 200+142+93=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E5D is #3771A2. Grayscale: #9A9A9A. Windows color (decimal): -3633571 or 6131400. OLE color: 6131400.

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

Color convert

RGB 200 142 93 -
CMYK 0 0.29 0.54 0.22
HSL 27.48º 0.49% 0.57% -
HSV(B) 27.48º 0.54% 0.78% -
XYZ 35.47 32.42 14.74 -
YUV 153.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 200 142 93 0 0.29 0.54 0.22 27.48 0.49 0.57
Hex C8 8E 5D 0 1D 36 16 1B 31 39
Octal 310 216 135 0 35 66 26 33 61 71
Binary 11001000 10001110 1011101 0 11101 110110 10110 11011 110001 111001

Color Harmonies of #C88E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E5D

Black with #C88E5D

Text Example


Text Example

White with #C88E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E5D; }

 p { color: rgb(200,142,93); }

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

background-color css

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

 a { background-color: rgb(200,142,93); }

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

border-color css

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

 span { border-color: rgb(200,142,93); }

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