#CB9849

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

Shades of Tussock #CB9849

Tints of Tussock #CB9849

Color information

#CB9849 (or 0xCB9849) is unknown color: approx Tussock. HEX triplet: CB, 98 and 49. RGB value is (203,152,73). Sum of RGB (Red+Green+Blue) = 203+152+73=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9849 is #3467B6. Grayscale: #9E9E9E. Windows color (decimal): -3434423 or 4823243. OLE color: 4823243.

HSL color Cylindrical-coordinate representation of color #CB9849: hue angle of 36.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB9849 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20315273-
CMYK00.250.640.20
HSL36.46º55.56%54.12%-
HSV(B)36.46º64.04%79.61%-
XYZ37.0635.6311.23-
YUV158.2479.9159.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=47.43%
G=35.51%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031527300.250.640.2036.4655.5654.12
HexCB98490194014243836
Octal31323011103110024447066
Binary11001011100110001001001011001100000010100100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9849; }

 p { color: rgb(203,152,73); }

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

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

 a { background-color: rgb(203,152,73); }

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

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

 span { border-color: rgb(203,152,73); }

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