#CB954D

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

Shades of Tussock #CB954D

Tints of Tussock #CB954D

Color information

#CB954D (or 0xCB954D) is unknown color: approx Tussock. HEX triplet: CB, 95 and 4D. RGB value is (203,149,77). Sum of RGB (Red+Green+Blue) = 203+149+77=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB954D is #346AB2. Grayscale: #9D9D9D. Windows color (decimal): -3435187 or 5084619. OLE color: 5084619.

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

Color convert

RGB20314977-
CMYK00.270.620.20
HSL34.29º54.78%54.9%-
HSV(B)34.29º62.07%79.61%-
XYZ36.7234.7311.79-
YUV156.9482.89160.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=47.32%
G=34.73%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031497700.270.620.2034.2954.7854.9
HexCB954D01B3E14223737
Octal3132251150337624426767
Binary1100101110010101100110101101111111010100100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB954D; }

 p { color: rgb(203,149,77); }

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

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

 a { background-color: rgb(203,149,77); }

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

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

 span { border-color: rgb(203,149,77); }

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