Html Css Color HEX #C88B5B Whiskey

📋 copy color: '#C88B5B'

red 200 ◦ green 139 ◦ blue 91

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

Shades of Whiskey #C88B5B

Tints of Whiskey #C88B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 46.51%
G = 32.33%
B = 21.16%

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

#C88B5B (or 0xC88B5B) is known color: Whiskey. HEX triplet: C8, 8B and 5B. RGB value is (200,139,91). Sum of RGB (Red+Green+Blue) = 200+139+91=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B5B is #3774A4. Grayscale: #989898. Windows color (decimal): -3634341 or 5999560. OLE color: 5999560.

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

Color convert

RGB 200 139 91 -
CMYK 0 0.30 0.54 0.22
HSL 26.42º 0.5% 0.57% -
HSV(B) 26.42º 0.55% 0.78% -
XYZ 34.94 31.5 14.14 -
YUV 151.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 200 139 91 0 0.30 0.54 0.22 26.42 0.5 0.57
Hex C8 8B 5B 0 1E 36 16 1A 32 39
Octal 310 213 133 0 36 66 26 32 62 71
Binary 11001000 10001011 1011011 0 11110 110110 10110 11010 110010 111001

Color Harmonies of #C88B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B5B

Black with #C88B5B

Text Example


Text Example

White with #C88B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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