#CB994B

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

Shades of Tussock #CB994B

Tints of Tussock #CB994B

Color information

#CB994B (or 0xCB994B) is unknown color: approx Tussock. HEX triplet: CB, 99 and 4B. RGB value is (203,153,75). Sum of RGB (Red+Green+Blue) = 203+153+75=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB994B is #3466B4. Grayscale: #9F9F9F. Windows color (decimal): -3434165 or 4954571. OLE color: 4954571.

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

Color convert

RGB20315375-
CMYK00.250.630.20
HSL36.56º55.17%54.51%-
HSV(B)36.56º63.05%79.61%-
XYZ37.2935.9911.64-
YUV159.0680.56159.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=47.10%
G=35.50%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031537500.250.630.2036.5655.1754.51
HexCB994B0193F14253737
Octal3132311130317724456767
Binary1100101110011001100101101100111111110100100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB994B; }

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

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

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

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

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

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

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

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