#CA9F6F

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

Shades of Fallow #CA9F6F

Tints of Fallow #CA9F6F

Color information

#CA9F6F (or 0xCA9F6F) is unknown color: approx Fallow. HEX triplet: CA, 9F and 6F. RGB value is (202,159,111). Sum of RGB (Red+Green+Blue) = 202+159+111=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F6F is #356090. Grayscale: #A6A6A6. Windows color (decimal): -3498129 or 7315402. OLE color: 7315402.

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

Color convert

RGB202159111-
CMYK00.210.450.21
HSL31.65º46.19%61.37%-
HSV(B)31.65º45.05%79.22%-
XYZ39.6238.520.38-
YUV166.3896.75153.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=42.80%
G=33.69%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215911100.210.450.2131.6546.1961.37
HexCA9F6F0152D15202e3d
Octal3122371570255525405675
Binary1100101010011111110111101010110110110101100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F6F; }

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

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

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

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

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

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

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

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