#C88B4C

Color #C88B4C Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C88B4C

Tints of Tussock #C88B4C

Color information

#C88B4C (or 0xC88B4C) is unknown color: approx Tussock. HEX triplet: C8, 8B and 4C. RGB value is (200,139,76). Sum of RGB (Red+Green+Blue) = 200+139+76=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B4C is #3774B3. Grayscale: #969696. Windows color (decimal): -3634356 or 5016520. OLE color: 5016520.

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

Color convert

RGB20013976-
CMYK00.300.620.22
HSL30.48º52.99%54.12%-
HSV(B)30.48º62%78.43%-
XYZ34.3631.2711.06-
YUV150.0686.21163.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 76 (30.08% from 255) = 18.31%
R=48.19%
G=33.49%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001397600.300.620.2230.4852.9954.12
HexC88B4C01E3E161e3536
Octal3102131140367626366566
Binary110010001000101110011000111101111101011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B4C; }

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

 H1.HeaderClassName
 {
   color: #C88B4C;
 }
 .AnyTagClassName
 {
   color: #C88B4C;
 }
</style>
background-color css

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

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

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

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

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

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