#CB994E

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

Shades of Tussock #CB994E

Tints of Tussock #CB994E

Color information

#CB994E (or 0xCB994E) is unknown color: approx Tussock. HEX triplet: CB, 99 and 4E. RGB value is (203,153,78). Sum of RGB (Red+Green+Blue) = 203+153+78=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB994E is #3466B1. Grayscale: #9F9F9F. Windows color (decimal): -3434162 or 5151179. OLE color: 5151179.

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

Color convert

RGB20315378-
CMYK00.250.620.20
HSL36º54.59%55.1%-
HSV(B)36º61.58%79.61%-
XYZ37.3936.0312.19-
YUV159.482.06159.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=46.77%
G=35.25%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031537800.250.620.203654.5955.1
HexCB994E0193E14243737
Octal3132311160317624446767
Binary1100101110011001100111001100111111010100100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB994E; }

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

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

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

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

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

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

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

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