Html Css Color HEX #C88F5D Whiskey

📋 copy color: '#C88F5D'

red 200 ◦ green 143 ◦ blue 93

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

Shades of Whiskey #C88F5D

Tints of Whiskey #C88F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 45.87%
G = 32.8%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C88F5D (or 0xC88F5D) is known color: Whiskey. HEX triplet: C8, 8F and 5D. RGB value is (200,143,93). Sum of RGB (Red+Green+Blue) = 200+143+93=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F5D is #3770A2. Grayscale: #9A9A9A. Windows color (decimal): -3633315 or 6131656. OLE color: 6131656.

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

Color convert

RGB 200 143 93 -
CMYK 0 0.28 0.54 0.22
HSL 28.04º 0.49% 0.57% -
HSV(B) 28.04º 0.54% 0.78% -
XYZ 35.62 32.71 14.79 -
YUV 154.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 200 143 93 0 0.28 0.54 0.22 28.04 0.49 0.57
Hex C8 8F 5D 0 1C 36 16 1C 31 39
Octal 310 217 135 0 34 66 26 34 61 71
Binary 11001000 10001111 1011101 0 11100 110110 10110 11100 110001 111001

Color Harmonies of #C88F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F5D

Black with #C88F5D

Text Example


Text Example

White with #C88F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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