#CA9D74

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

Shades of Fallow #CA9D74

Tints of Fallow #CA9D74

Color information

#CA9D74 (or 0xCA9D74) is unknown color: approx Fallow. HEX triplet: CA, 9D and 74. RGB value is (202,157,116). Sum of RGB (Red+Green+Blue) = 202+157+116=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D74 is #35628B. Grayscale: #A5A5A5. Windows color (decimal): -3498636 or 7642570. OLE color: 7642570.

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

Color convert

RGB202157116-
CMYK00.220.430.21
HSL28.6º44.79%62.35%-
HSV(B)28.6º42.57%79.22%-
XYZ39.5737.9321.76-
YUV165.7899.91153.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=42.53%
G=33.05%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215711600.220.430.2128.644.7962.35
HexCA9D740162B151d2d3e
Octal3122351640265325355576
Binary110010101001110111101000101101010111010111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D74; }

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

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

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

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

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

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

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

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