#CA9A60

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

Shades of Fallow #CA9A60

Tints of Fallow #CA9A60

Color information

#CA9A60 (or 0xCA9A60) is unknown color: approx Fallow. HEX triplet: CA, 9A and 60. RGB value is (202,154,96). Sum of RGB (Red+Green+Blue) = 202+154+96=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A60 is #35659F. Grayscale: #A2A2A2. Windows color (decimal): -3499424 or 6331082. OLE color: 6331082.

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

Color convert

RGB20215496-
CMYK00.240.520.21
HSL32.83º50%58.43%-
HSV(B)32.83º52.48%79.22%-
XYZ38.0236.5116.11-
YUV161.7490.9156.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=44.69%
G=34.07%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021549600.240.520.2132.835058.43
HexCA9A60018341521323a
Octal3122321400306425416272
Binary1100101010011010110000001100011010010101100001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A60; }

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

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

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

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

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

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

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

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