#CA8F4C

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

Shades of Tussock #CA8F4C

Tints of Tussock #CA8F4C

Color information

#CA8F4C (or 0xCA8F4C) is unknown color: approx Tussock. HEX triplet: CA, 8F and 4C. RGB value is (202,143,76). Sum of RGB (Red+Green+Blue) = 202+143+76=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F4C is #3570B3. Grayscale: #999999. Windows color (decimal): -3502260 or 5017546. OLE color: 5017546.

HSL color Cylindrical-coordinate representation of color #CA8F4C: hue angle of 31.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA8F4C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20214376-
CMYK00.290.620.21
HSL31.9º54.31%54.51%-
HSV(B)31.9º62.38%79.22%-
XYZ35.4832.7211.28-
YUV15384.55162.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=47.98%
G=33.97%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021437600.290.620.2131.954.3154.51
HexCA8F4C01D3E15203637
Octal3122171140357625406667
Binary1100101010001111100110001110111111010101100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F4C; }

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

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

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

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

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

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

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

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