Html Css Color HEX #C88A5D Whiskey

📋 copy color: '#C88A5D'

red 200 ◦ green 138 ◦ blue 93

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

Shades of Whiskey #C88A5D

Tints of Whiskey #C88A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

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

R = 46.4%
G = 32.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C88A5D (or 0xC88A5D) is known color: Whiskey. HEX triplet: C8, 8A and 5D. RGB value is (200,138,93). Sum of RGB (Red+Green+Blue) = 200+138+93=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A5D is #3775A2. Grayscale: #979797. Windows color (decimal): -3634595 or 6130376. OLE color: 6130376.

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

Color convert

RGB 200 138 93 -
CMYK 0 0.31 0.54 0.22
HSL 25.23º 0.49% 0.57% -
HSV(B) 25.23º 0.54% 0.78% -
XYZ 34.88 31.25 14.55 -
YUV 151.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 200 138 93 0 0.31 0.54 0.22 25.23 0.49 0.57
Hex C8 8A 5D 0 1F 36 16 19 31 39
Octal 310 212 135 0 37 66 26 31 61 71
Binary 11001000 10001010 1011101 0 11111 110110 10110 11001 110001 111001

Color Harmonies of #C88A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A5D

Black with #C88A5D

Text Example


Text Example

White with #C88A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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