#CA9F73

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

Shades of Fallow #CA9F73

Tints of Fallow #CA9F73

Color information

#CA9F73 (or 0xCA9F73) is unknown color: approx Fallow. HEX triplet: CA, 9F and 73. RGB value is (202,159,115). Sum of RGB (Red+Green+Blue) = 202+159+115=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F73 is #35608C. Grayscale: #A7A7A7. Windows color (decimal): -3498125 or 7577546. OLE color: 7577546.

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

Color convert

RGB202159115-
CMYK00.210.430.21
HSL30.34º45.08%62.16%-
HSV(B)30.34º43.07%79.22%-
XYZ39.8538.5921.57-
YUV166.8498.75153.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=42.44%
G=33.40%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215911500.210.430.2130.3445.0862.16
HexCA9F730152B151e2d3e
Octal3122371630255325365576
Binary110010101001111111100110101011010111010111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F73; }

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

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

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

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

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

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

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

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