#CB9C4A

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

Shades of Tussock #CB9C4A

Tints of Tussock #CB9C4A

Color information

#CB9C4A (or 0xCB9C4A) is unknown color: approx Tussock. HEX triplet: CB, 9C and 4A. RGB value is (203,156,74). Sum of RGB (Red+Green+Blue) = 203+156+74=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C4A is #3463B5. Grayscale: #A1A1A1. Windows color (decimal): -3433398 or 4889803. OLE color: 4889803.

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

Color convert

RGB20315674-
CMYK00.230.640.20
HSL38.14º55.36%54.31%-
HSV(B)38.14º63.55%79.61%-
XYZ37.7536.9711.62-
YUV160.779.07158.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=46.88%
G=36.03%
B=17.09%

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
Decimal2031567400.230.640.2038.1455.3654.31
HexCB9C4A0174014263736
Octal31323411202710024466766
Binary11001011100111001001010010111100000010100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C4A; }

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

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

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

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

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

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

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

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