#C89C4B

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

Shades of Tussock #C89C4B

Tints of Tussock #C89C4B

Color information

#C89C4B (or 0xC89C4B) is unknown color: approx Tussock. HEX triplet: C8, 9C and 4B. RGB value is (200,156,75). Sum of RGB (Red+Green+Blue) = 200+156+75=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C4B is #3763B4. Grayscale: #A0A0A0. Windows color (decimal): -3630005 or 4955336. OLE color: 4955336.

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

Color convert

RGB20015675-
CMYK00.220.620.22
HSL38.88º53.19%53.92%-
HSV(B)38.88º62.5%78.43%-
XYZ36.9836.5611.77-
YUV159.9280.08156.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=46.40%
G=36.19%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001567500.220.620.2238.8853.1953.92
HexC89C4B0163E16273536
Octal3102341130267626476566
Binary1100100010011100100101101011011111010110100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89C4B; }

 p { color: rgb(200,156,75); }

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

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

 a { background-color: rgb(200,156,75); }

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

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

 span { border-color: rgb(200,156,75); }

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