#CA984F

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

Shades of Tussock #CA984F

Tints of Tussock #CA984F

Color information

#CA984F (or 0xCA984F) is unknown color: approx Tussock. HEX triplet: CA, 98 and 4F. RGB value is (202,152,79). Sum of RGB (Red+Green+Blue) = 202+152+79=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA984F is #3567B0. Grayscale: #9E9E9E. Windows color (decimal): -3499953 or 5216458. OLE color: 5216458.

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

Color convert

RGB20215279-
CMYK00.250.610.21
HSL35.61º53.71%55.1%-
HSV(B)35.61º60.89%79.22%-
XYZ3735.5812.31-
YUV158.6383.06158.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=46.65%
G=35.10%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021527900.250.610.2135.6153.7155.1
HexCA984F0193D15243637
Octal3122301170317525446667
Binary1100101010011000100111101100111110110101100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA984F; }

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

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

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

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

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

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

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

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