#CA9871

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

Shades of Fallow #CA9871

Tints of Fallow #CA9871

Color information

#CA9871 (or 0xCA9871) is unknown color: approx Fallow. HEX triplet: CA, 98 and 71. RGB value is (202,152,113). Sum of RGB (Red+Green+Blue) = 202+152+113=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9871 is #35678E. Grayscale: #A2A2A2. Windows color (decimal): -3499919 or 7444682. OLE color: 7444682.

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

Color convert

RGB202152113-
CMYK00.250.440.21
HSL26.29º45.64%61.76%-
HSV(B)26.29º44.06%79.22%-
XYZ38.5736.2120.58-
YUV162.5100.06156.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=43.25%
G=32.55%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215211300.250.440.2126.2945.6461.76
HexCA98710192C151a2e3e
Octal3122301610315425325676
Binary110010101001100011100010110011011001010111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9871; }

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

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

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

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

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

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

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

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