#CA9D61

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

Shades of Fallow #CA9D61

Tints of Fallow #CA9D61

Color information

#CA9D61 (or 0xCA9D61) is unknown color: approx Fallow. HEX triplet: CA, 9D and 61. RGB value is (202,157,97). Sum of RGB (Red+Green+Blue) = 202+157+97=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D61 is #35629E. Grayscale: #A3A3A3. Windows color (decimal): -3498655 or 6397386. OLE color: 6397386.

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

Color convert

RGB20215797-
CMYK00.220.520.21
HSL34.29º49.76%58.63%-
HSV(B)34.29º51.98%79.22%-
XYZ38.5737.5316.52-
YUV163.6190.41155.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=44.30%
G=34.43%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021579700.220.520.2134.2949.7658.63
HexCA9D61016341522323b
Octal3122351410266425426273
Binary1100101010011101110000101011011010010101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D61; }

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

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

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

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

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

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

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

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