#CA9D6D

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

Shades of Fallow #CA9D6D

Tints of Fallow #CA9D6D

Color information

#CA9D6D (or 0xCA9D6D) is unknown color: approx Fallow. HEX triplet: CA, 9D and 6D. RGB value is (202,157,109). Sum of RGB (Red+Green+Blue) = 202+157+109=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D6D is #356292. Grayscale: #A5A5A5. Windows color (decimal): -3498643 or 7183818. OLE color: 7183818.

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

Color convert

RGB202157109-
CMYK00.220.460.21
HSL30.97º46.73%60.98%-
HSV(B)30.97º46.04%79.22%-
XYZ39.1737.7719.69-
YUV164.9896.41154.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=43.16%
G=33.55%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215710900.220.460.2130.9746.7360.98
HexCA9D6D0162E151f2f3d
Octal3122351550265625375775
Binary110010101001110111011010101101011101010111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D6D; }

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

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

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

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

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

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

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

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