#CA984A

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

Shades of Tussock #CA984A

Tints of Tussock #CA984A

Color information

#CA984A (or 0xCA984A) is unknown color: approx Tussock. HEX triplet: CA, 98 and 4A. RGB value is (202,152,74). Sum of RGB (Red+Green+Blue) = 202+152+74=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA984A is #3567B5. Grayscale: #9E9E9E. Windows color (decimal): -3499958 or 4888778. OLE color: 4888778.

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

Color convert

RGB20215274-
CMYK00.250.630.21
HSL36.56º54.7%54.12%-
HSV(B)36.56º63.37%79.22%-
XYZ36.8235.5111.39-
YUV158.0680.56159.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=47.20%
G=35.51%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021527400.250.630.2136.5654.754.12
HexCA984A0193F15253736
Octal3122301120317725456766
Binary1100101010011000100101001100111111110101100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA984A; }

 p { color: rgb(202,152,74); }

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

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

 a { background-color: rgb(202,152,74); }

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

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

 span { border-color: rgb(202,152,74); }

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