#CA9A63

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

Shades of Fallow #CA9A63

Tints of Fallow #CA9A63

Color information

#CA9A63 (or 0xCA9A63) is unknown color: approx Fallow. HEX triplet: CA, 9A and 63. RGB value is (202,154,99). Sum of RGB (Red+Green+Blue) = 202+154+99=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A63 is #35659C. Grayscale: #A2A2A2. Windows color (decimal): -3499421 or 6527690. OLE color: 6527690.

HSL color Cylindrical-coordinate representation of color #CA9A63: hue angle of 32.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9A63 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20215499-
CMYK00.240.510.21
HSL32.04º49.28%59.02%-
HSV(B)32.04º50.99%79.22%-
XYZ38.1636.5716.85-
YUV162.0892.4156.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=44.40%
G=33.85%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021549900.240.510.2132.0449.2859.02
HexCA9A63018331520313b
Octal3122321430306325406173
Binary1100101010011010110001101100011001110101100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A63; }

 p { color: rgb(202,154,99); }

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

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

 a { background-color: rgb(202,154,99); }

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

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

 span { border-color: rgb(202,154,99); }

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