#CA986D

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

Shades of Fallow #CA986D

Tints of Fallow #CA986D

Color information

#CA986D (or 0xCA986D) is unknown color: approx Fallow. HEX triplet: CA, 98 and 6D. RGB value is (202,152,109). Sum of RGB (Red+Green+Blue) = 202+152+109=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA986D is #356792. Grayscale: #A2A2A2. Windows color (decimal): -3499923 or 7182538. OLE color: 7182538.

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

Color convert

RGB202152109-
CMYK00.250.460.21
HSL27.74º46.73%60.98%-
HSV(B)27.74º46.04%79.22%-
XYZ38.3536.1219.42-
YUV162.0598.06156.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=43.63%
G=32.83%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215210900.250.460.2127.7446.7360.98
HexCA986D0192E151c2f3d
Octal3122301550315625345775
Binary110010101001100011011010110011011101010111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA986D; }

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

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

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

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

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

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

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

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