#CA9B73

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

Shades of Fallow #CA9B73

Tints of Fallow #CA9B73

Color information

#CA9B73 (or 0xCA9B73) is unknown color: approx Fallow. HEX triplet: CA, 9B and 73. RGB value is (202,155,115). Sum of RGB (Red+Green+Blue) = 202+155+115=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B73 is #35648C. Grayscale: #A4A4A4. Windows color (decimal): -3499149 or 7576522. OLE color: 7576522.

HSL color Cylindrical-coordinate representation of color #CA9B73: hue angle of 27.59º 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 #CA9B73 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202155115-
CMYK00.230.430.21
HSL27.59º45.08%62.16%-
HSV(B)27.59º43.07%79.22%-
XYZ39.1737.2421.34-
YUV164.49100.07154.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=42.80%
G=32.84%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215511500.230.430.2127.5945.0862.16
HexCA9B730172B151c2d3e
Octal3122331630275325345576
Binary110010101001101111100110101111010111010111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B73; }

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

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

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

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

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

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

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

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