#CB9C49

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

Shades of Tussock #CB9C49

Tints of Tussock #CB9C49

Color information

#CB9C49 (or 0xCB9C49) is unknown color: approx Tussock. HEX triplet: CB, 9C and 49. RGB value is (203,156,73). Sum of RGB (Red+Green+Blue) = 203+156+73=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C49 is #3463B6. Grayscale: #A0A0A0. Windows color (decimal): -3433399 or 4824267. OLE color: 4824267.

HSL color Cylindrical-coordinate representation of color #CB9C49: hue angle of 38.31º 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 #CB9C49 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20315673-
CMYK00.230.640.20
HSL38.31º55.56%54.12%-
HSV(B)38.31º64.04%79.61%-
XYZ37.7236.9511.45-
YUV160.5978.57158.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=46.99%
G=36.11%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031567300.230.640.2038.3155.5654.12
HexCB9C490174014263836
Octal31323411102710024467066
Binary11001011100111001001001010111100000010100100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C49; }

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

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

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

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

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

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

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

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