Html Css Color HEX #C88B5C Whiskey

📋 copy color: '#C88B5C'

red 200 ◦ green 139 ◦ blue 92

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

Shades of Whiskey #C88B5C

Tints of Whiskey #C88B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 46.4%
G = 32.25%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C88B5C (or 0xC88B5C) is known color: Whiskey. HEX triplet: C8, 8B and 5C. RGB value is (200,139,92). Sum of RGB (Red+Green+Blue) = 200+139+92=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B5C is #3774A3. Grayscale: #989898. Windows color (decimal): -3634340 or 6065096. OLE color: 6065096.

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

Color convert

RGB 200 139 92 -
CMYK 0 0.30 0.54 0.22
HSL 26.11º 0.5% 0.57% -
HSV(B) 26.11º 0.54% 0.78% -
XYZ 34.98 31.52 14.36 -
YUV 151.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 200 139 92 0 0.30 0.54 0.22 26.11 0.5 0.57
Hex C8 8B 5C 0 1E 36 16 1A 32 39
Octal 310 213 134 0 36 66 26 32 62 71
Binary 11001000 10001011 1011100 0 11110 110110 10110 11010 110010 111001

Color Harmonies of #C88B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B5C

Black with #C88B5C

Text Example


Text Example

White with #C88B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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