#CA9D71

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

Shades of Fallow #CA9D71

Tints of Fallow #CA9D71

Color information

#CA9D71 (or 0xCA9D71) is unknown color: approx Fallow. HEX triplet: CA, 9D and 71. RGB value is (202,157,113). Sum of RGB (Red+Green+Blue) = 202+157+113=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D71 is #35628E. Grayscale: #A5A5A5. Windows color (decimal): -3498639 or 7445962. OLE color: 7445962.

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

Color convert

RGB202157113-
CMYK00.220.440.21
HSL29.66º45.64%61.76%-
HSV(B)29.66º44.06%79.22%-
XYZ39.3937.8620.85-
YUV165.4498.41154.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=42.80%
G=33.26%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215711300.220.440.2129.6645.6461.76
HexCA9D710162C151e2e3e
Octal3122351610265425365676
Binary110010101001110111100010101101011001010111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D71; }

 p { color: rgb(202,157,113); }

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

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

 a { background-color: rgb(202,157,113); }

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

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

 span { border-color: rgb(202,157,113); }

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