#CA9D6F

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

Shades of Fallow #CA9D6F

Tints of Fallow #CA9D6F

Color information

#CA9D6F (or 0xCA9D6F) is unknown color: approx Fallow. HEX triplet: CA, 9D and 6F. RGB value is (202,157,111). Sum of RGB (Red+Green+Blue) = 202+157+111=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D6F is #356290. Grayscale: #A5A5A5. Windows color (decimal): -3498641 or 7314890. OLE color: 7314890.

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

Color convert

RGB202157111-
CMYK00.220.450.21
HSL30.33º46.19%61.37%-
HSV(B)30.33º45.05%79.22%-
XYZ39.2837.8220.27-
YUV165.2197.41154.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=42.98%
G=33.40%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215711100.220.450.2130.3346.1961.37
HexCA9D6F0162D151e2e3d
Octal3122351570265525365675
Binary110010101001110111011110101101011011010111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D6F; }

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

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

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

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

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

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

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

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