#CB8F4C

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

Shades of Tussock #CB8F4C

Tints of Tussock #CB8F4C

Color information

#CB8F4C (or 0xCB8F4C) is unknown color: approx Tussock. HEX triplet: CB, 8F and 4C. RGB value is (203,143,76). Sum of RGB (Red+Green+Blue) = 203+143+76=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F4C is #3470B3. Grayscale: #999999. Windows color (decimal): -3436724 or 5017547. OLE color: 5017547.

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

Color convert

RGB20314376-
CMYK00.300.630.20
HSL31.65º54.98%54.71%-
HSV(B)31.65º62.56%79.61%-
XYZ35.7632.8611.3-
YUV153.384.38163.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=48.10%
G=33.89%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031437600.300.630.2031.6554.9854.71
HexCB8F4C01E3F14203737
Octal3132171140367724406767
Binary1100101110001111100110001111011111110100100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F4C; }

 p { color: rgb(203,143,76); }

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

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

 a { background-color: rgb(203,143,76); }

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

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

 span { border-color: rgb(203,143,76); }

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