#CB9A4E

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

Shades of Tussock #CB9A4E

Tints of Tussock #CB9A4E

Color information

#CB9A4E (or 0xCB9A4E) is unknown color: approx Tussock. HEX triplet: CB, 9A and 4E. RGB value is (203,154,78). Sum of RGB (Red+Green+Blue) = 203+154+78=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A4E is #3465B1. Grayscale: #A0A0A0. Windows color (decimal): -3433906 or 5151435. OLE color: 5151435.

HSL color Cylindrical-coordinate representation of color #CB9A4E: hue angle of 36.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB9A4E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20315478-
CMYK00.240.620.20
HSL36.48º54.59%55.1%-
HSV(B)36.48º61.58%79.61%-
XYZ37.5636.3612.25-
YUV159.9981.73158.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=46.67%
G=35.40%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031547800.240.620.2036.4854.5955.1
HexCB9A4E0183E14243737
Octal3132321160307624446767
Binary1100101110011010100111001100011111010100100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A4E; }

 p { color: rgb(203,154,78); }

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

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

 a { background-color: rgb(203,154,78); }

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

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

 span { border-color: rgb(203,154,78); }

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