#CA9971

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

Shades of Fallow #CA9971

Tints of Fallow #CA9971

Color information

#CA9971 (or 0xCA9971) is unknown color: approx Fallow. HEX triplet: CA, 99 and 71. RGB value is (202,153,113). Sum of RGB (Red+Green+Blue) = 202+153+113=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9971 is #35668E. Grayscale: #A3A3A3. Windows color (decimal): -3499663 or 7444938. OLE color: 7444938.

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

Color convert

RGB202153113-
CMYK00.240.440.21
HSL26.97º45.64%61.76%-
HSV(B)26.97º44.06%79.22%-
XYZ38.7336.5320.63-
YUV163.0999.73155.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=43.16%
G=32.69%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215311300.240.440.2126.9745.6461.76
HexCA99710182C151b2e3e
Octal3122311610305425335676
Binary110010101001100111100010110001011001010111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9971; }

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

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

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

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

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

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

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

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