#CAA373

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

Shades of Fallow #CAA373

Tints of Fallow #CAA373

Color information

#CAA373 (or 0xCAA373) is unknown color: approx Fallow. HEX triplet: CA, A3 and 73. RGB value is (202,163,115). Sum of RGB (Red+Green+Blue) = 202+163+115=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA373 is #355C8C. Grayscale: #A9A9A9. Windows color (decimal): -3497101 or 7578570. OLE color: 7578570.

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

Color convert

RGB202163115-
CMYK00.190.430.21
HSL33.1º45.08%62.16%-
HSV(B)33.1º43.07%79.22%-
XYZ40.5539.9921.8-
YUV169.1997.42151.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=42.08%
G=33.96%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216311500.190.430.2133.145.0862.16
HexCAA3730132B15212d3e
Octal3122431630235325415576
Binary1100101010100011111001101001110101110101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA373; }

 p { color: rgb(202,163,115); }

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

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

 a { background-color: rgb(202,163,115); }

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

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

 span { border-color: rgb(202,163,115); }

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